#576FA6

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

Shades of San Marino #576FA6

Tints of San Marino #576FA6

Color information

#576FA6 (or 0x576FA6) is unknown color: approx San Marino. HEX triplet: 57, 6F and A6. RGB value is (87,111,166). Sum of RGB (Red+Green+Blue) = 87+111+166=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 166 - color contains mainly: blue. Hex color #576FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576FA6 is #A89059. Grayscale: #6D6D6D. Windows color (decimal): -11047002 or 10907479. OLE color: 10907479.

HSL color Cylindrical-coordinate representation of color #576FA6: hue angle of 221.77º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #576FA6 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB87111166-
CMYK0.480.3300.35
HSL221.77º31.23%49.61%-
HSV(B)221.77º47.59%65.1%-
XYZ16.516.1538.32-
YUV110.09159.55111.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.90%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 166 (65.23% from 255) = 45.60%
R=23.90%
G=30.49%
B=45.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal871111660.480.3300.35221.7731.2349.61
Hex576FA63021023de1f32
Octal12715724660410433363762
Binary101011111011111010011011000010000101000111101111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576FA6; }

 p { color: rgb(87,111,166); }

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

<style>
 a { background-color: #576FA6; }

 a { background-color: rgb(87,111,166); }

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

<style>
 span { border-color: #576FA6; }

 span { border-color: rgb(87,111,166); }

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