#576A9E

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

Shades of San Marino #576A9E

Tints of San Marino #576A9E

Color information

#576A9E (or 0x576A9E) is unknown color: approx San Marino. HEX triplet: 57, 6A and 9E. RGB value is (87,106,158). Sum of RGB (Red+Green+Blue) = 87+106+158=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #576A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576A9E is #A89561. Grayscale: #6A6A6A. Windows color (decimal): -11048290 or 10381911. OLE color: 10381911.

HSL color Cylindrical-coordinate representation of color #576A9E: hue angle of 223.94º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #576A9E is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87106158-
CMYK0.450.3300.38
HSL223.94º28.98%48.04%-
HSV(B)223.94º44.94%61.96%-
XYZ15.2614.834.4-
YUV106.25157.21114.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 106 (41.80% from 255) = 30.20%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=24.79%
G=30.20%
B=45.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871061580.450.3300.38223.9428.9848.04
Hex576A9E2D21026e01d30
Octal12715223655410463403560
Binary101011111010101001111010110110000101001101110000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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