#576988

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

Shades of Kashmir Blue #576988

Tints of Kashmir Blue #576988

Color information

#576988 (or 0x576988) is unknown color: approx Kashmir Blue. HEX triplet: 57, 69 and 88. RGB value is (87,105,136). Sum of RGB (Red+Green+Blue) = 87+105+136=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #576988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576988 is #A89677. Grayscale: #676767. Windows color (decimal): -11048568 or 8939863. OLE color: 8939863.

HSL color Cylindrical-coordinate representation of color #576988: hue angle of 217.96º 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 #576988 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87105136-
CMYK0.360.2300.47
HSL217.96º21.97%43.73%-
HSV(B)217.96º36.03%53.33%-
XYZ13.4313.9125.27-
YUV103.15146.54116.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.52%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=26.52%
G=32.01%
B=41.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871051360.360.2300.47217.9621.9743.73
Hex576988241702Fda162c
Octal12715121044270573322654
Binary10101111101001100010001001001011101011111101101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576988; }

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

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

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

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

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

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

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

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