#576CAA

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

Shades of San Marino #576CAA

Tints of San Marino #576CAA

Color information

#576CAA (or 0x576CAA) is unknown color: approx San Marino. HEX triplet: 57, 6C and AA. RGB value is (87,108,170). Sum of RGB (Red+Green+Blue) = 87+108+170=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #576CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576CAA is #A89355. Grayscale: #6C6C6C. Windows color (decimal): -11047766 or 11168855. OLE color: 11168855.

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

Color convert

RGB87108170-
CMYK0.490.3600.33
HSL224.82º32.81%50.39%-
HSV(B)224.82º48.82%66.67%-
XYZ16.5515.6540.18-
YUV108.79162.54112.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.84%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=23.84%
G=29.59%
B=46.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871081700.490.3600.33224.8232.8150.39
Hex576CAA3124021e12132
Octal12715425261440413414162
Binary1010111110110010101010110001100100010000111100001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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