#576BAB

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

Shades of San Marino #576BAB

Tints of San Marino #576BAB

Color information

#576BAB (or 0x576BAB) is unknown color: approx San Marino. HEX triplet: 57, 6B and AB. RGB value is (87,107,171). Sum of RGB (Red+Green+Blue) = 87+107+171=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #576BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576BAB is #A89454. Grayscale: #6C6C6C. Windows color (decimal): -11048021 or 11234135. OLE color: 11234135.

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

Color convert

RGB87107171-
CMYK0.490.3700.33
HSL225.71º33.33%50.59%-
HSV(B)225.71º49.12%67.06%-
XYZ16.5415.4840.64-
YUV108.32163.37112.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.84%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=23.84%
G=29.32%
B=46.85%

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
Decimal871071710.490.3700.33225.7133.3350.59
Hex576BAB3125021e22133
Octal12715325361450413424163
Binary1010111110101110101011110001100101010000111100010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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