#576BAA

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

Shades of San Marino #576BAA

Tints of San Marino #576BAA

Color information

#576BAA (or 0x576BAA) is unknown color: approx San Marino. HEX triplet: 57, 6B and AA. RGB value is (87,107,170). Sum of RGB (Red+Green+Blue) = 87+107+170=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #576BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576BAA is #A89455. Grayscale: #6B6B6B. Windows color (decimal): -11048022 or 11168599. OLE color: 11168599.

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

Color convert

RGB87107170-
CMYK0.490.3700.33
HSL225.54º32.81%50.39%-
HSV(B)225.54º48.82%66.67%-
XYZ16.4415.4440.14-
YUV108.2162.87112.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.90%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=23.90%
G=29.40%
B=46.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871071700.490.3700.33225.5432.8150.39
Hex576BAA3125021e22132
Octal12715325261450413424162
Binary1010111110101110101010110001100101010000111100010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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