#576BA2

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

Shades of San Marino #576BA2

Tints of San Marino #576BA2

Color information

#576BA2 (or 0x576BA2) is unknown color: approx San Marino. HEX triplet: 57, 6B and A2. RGB value is (87,107,162). Sum of RGB (Red+Green+Blue) = 87+107+162=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 162 - color contains mainly: blue. Hex color #576BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576BA2 is #A8945D. Grayscale: #6B6B6B. Windows color (decimal): -11048030 or 10644311. OLE color: 10644311.

HSL color Cylindrical-coordinate representation of color #576BA2: hue angle of 224º 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 #576BA2 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB87107162-
CMYK0.460.3400.36
HSL224º30.12%48.82%-
HSV(B)224º46.3%63.53%-
XYZ15.7115.1536.28-
YUV107.29158.87113.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 107 (42.19% from 255) = 30.06%
BLUE value IS 162 (63.67% from 255) = 45.51%
R=24.44%
G=30.06%
B=45.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871071620.460.3400.3622430.1248.82
Hex576BA22E22024e01e31
Octal12715324256420443403661
Binary101011111010111010001010111010001001001001110000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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