#576CA1

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

Shades of San Marino #576CA1

Tints of San Marino #576CA1

Color information

#576CA1 (or 0x576CA1) is unknown color: approx San Marino. HEX triplet: 57, 6C and A1. RGB value is (87,108,161). Sum of RGB (Red+Green+Blue) = 87+108+161=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 161 - color contains mainly: blue. Hex color #576CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576CA1 is #A8935E. Grayscale: #6B6B6B. Windows color (decimal): -11047775 or 10579031. OLE color: 10579031.

HSL color Cylindrical-coordinate representation of color #576CA1: hue angle of 222.97º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #576CA1 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB87108161-
CMYK0.460.3300.37
HSL222.97º29.84%48.63%-
HSV(B)222.97º45.96%63.14%-
XYZ15.7315.3235.85-
YUV107.76158.04113.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 161 (63.28% from 255) = 45.22%
R=24.44%
G=30.34%
B=45.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal871081610.460.3300.37222.9729.8448.63
Hex576CA12E21025df1e31
Octal12715424156410453373661
Binary101011111011001010000110111010000101001011101111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,108,161); }

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

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

 a { background-color: rgb(87,108,161); }

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

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

 span { border-color: rgb(87,108,161); }

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