#576A88

Color #576A88 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #576A88

Tints of Kashmir Blue #576A88

Color information

#576A88 (or 0x576A88) is unknown color: approx Kashmir Blue. HEX triplet: 57, 6A and 88. RGB value is (87,106,136). Sum of RGB (Red+Green+Blue) = 87+106+136=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #576A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576A88 is #A89577. Grayscale: #676767. Windows color (decimal): -11048312 or 8940119. OLE color: 8940119.

HSL color Cylindrical-coordinate representation of color #576A88: hue angle of 216.73º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #576A88 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87106136-
CMYK0.360.2200.47
HSL216.73º21.97%43.73%-
HSV(B)216.73º36.03%53.33%-
XYZ13.5314.1125.3-
YUV103.74146.21116.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.44%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=26.44%
G=32.22%
B=41.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871061360.360.2200.47216.7321.9743.73
Hex576A88241602Fd9162c
Octal12715221044260573312654
Binary10101111101010100010001001001011001011111101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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