#576F9B

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

Shades of San Marino #576F9B

Tints of San Marino #576F9B

Color information

#576F9B (or 0x576F9B) is unknown color: approx San Marino. HEX triplet: 57, 6F and 9B. RGB value is (87,111,155). Sum of RGB (Red+Green+Blue) = 87+111+155=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #576F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F9B is #A89064. Grayscale: #6C6C6C. Windows color (decimal): -11047013 or 10186583. OLE color: 10186583.

HSL color Cylindrical-coordinate representation of color #576F9B: hue angle of 218.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #576F9B is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87111155-
CMYK0.440.2800.39
HSL218.82º28.1%47.45%-
HSV(B)218.82º43.87%60.78%-
XYZ15.5315.7633.23-
YUV108.84154.05112.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.65%
GREEN value IS 111 (43.75% from 255) = 31.44%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=24.65%
G=31.44%
B=43.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871111550.440.2800.39218.8228.147.45
Hex576F9B2C1C027db1c2f
Octal12715723354340473333457
Binary10101111101111100110111011001110001001111101101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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