#576AA2

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

Shades of San Marino #576AA2

Tints of San Marino #576AA2

Color information

#576AA2 (or 0x576AA2) is unknown color: approx San Marino. HEX triplet: 57, 6A and A2. RGB value is (87,106,162). Sum of RGB (Red+Green+Blue) = 87+106+162=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #576AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576AA2 is #A8955D. Grayscale: #6A6A6A. Windows color (decimal): -11048286 or 10644055. OLE color: 10644055.

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

Color convert

RGB87106162-
CMYK0.460.3500.36
HSL224.8º30.12%48.82%-
HSV(B)224.8º46.3%63.53%-
XYZ15.6114.9436.24-
YUV106.7159.21113.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 106 (41.80% from 255) = 29.86%
BLUE value IS 162 (63.67% from 255) = 45.63%
R=24.51%
G=29.86%
B=45.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871061620.460.3500.36224.830.1248.82
Hex576AA22E23024e11e31
Octal12715224256430443413661
Binary101011111010101010001010111010001101001001110000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,106,162); }

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

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

 a { background-color: rgb(87,106,162); }

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

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

 span { border-color: rgb(87,106,162); }

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