#576A9B

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

Shades of San Marino #576A9B

Tints of San Marino #576A9B

Color information

#576A9B (or 0x576A9B) is unknown color: approx San Marino. HEX triplet: 57, 6A and 9B. RGB value is (87,106,155). Sum of RGB (Red+Green+Blue) = 87+106+155=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #576A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576A9B is #A89564. Grayscale: #696969. Windows color (decimal): -11048293 or 10185303. OLE color: 10185303.

HSL color Cylindrical-coordinate representation of color #576A9B: hue angle of 223.24º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #576A9B is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87106155-
CMYK0.440.3200.39
HSL223.24º28.1%47.45%-
HSV(B)223.24º43.87%60.78%-
XYZ1514.733.06-
YUV105.9155.71114.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=25%
G=30.46%
B=44.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871061550.440.3200.39223.2428.147.45
Hex576A9B2C20027df1c2f
Octal12715223354400473373457
Binary101011111010101001101110110010000001001111101111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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