#5075AF

Color #5075AF San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5075AF

Tints of San Marino #5075AF

Color information

#5075AF (or 0x5075AF) is unknown color: approx San Marino. HEX triplet: 50, 75 and AF. RGB value is (80,117,175). Sum of RGB (Red+Green+Blue) = 80+117+175=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #5075AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5075AF is #AF8A50. Grayscale: #707070. Windows color (decimal): -11504209 or 11498832. OLE color: 11498832.

HSL color Cylindrical-coordinate representation of color #5075AF: hue angle of 216.63º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5075AF is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB80117175-
CMYK0.540.3300.31
HSL216.63º37.25%50%-
HSV(B)216.63º54.29%68.63%-
XYZ17.4117.5243.02-
YUV112.55163.24104.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=21.51%
G=31.45%
B=47.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801171750.540.3300.31216.6337.2550
Hex5075AF362101Fd92532
Octal12016525766410373314562
Binary101000011101011010111111011010000101111111011001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5075AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5075AF; }

 p { color: rgb(80,117,175); }

 H1.HeaderClassName
 {
   color: #5075AF;
 }
 .AnyTagClassName
 {
   color: #5075AF;
 }
</style>
background-color css

<style>
 a { background-color: #5075AF; }

 a { background-color: rgb(80,117,175); }

 div.DivClassName
 {
   background-color: #5075AF;
 }
 .BgClassName
 {
   background-color: #5075AF;
 }
</style>
border-color css

<style>
 span { border-color: #5075AF; }

 span { border-color: rgb(80,117,175); }

 td.TdClassName
 {
   border-color: #5075AF;
 }
 .TagClassName
 {
   border-color: #5075AF;
 }
</style>