#576B88

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

Shades of Kashmir Blue #576B88

Tints of Kashmir Blue #576B88

Color information

#576B88 (or 0x576B88) is unknown color: approx Kashmir Blue. HEX triplet: 57, 6B and 88. RGB value is (87,107,136). Sum of RGB (Red+Green+Blue) = 87+107+136=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #576B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576B88 is #A89477. Grayscale: #686868. Windows color (decimal): -11048056 or 8940375. OLE color: 8940375.

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

Color convert

RGB87107136-
CMYK0.360.2100.47
HSL215.51º21.97%43.73%-
HSV(B)215.51º36.03%53.33%-
XYZ13.6314.3225.34-
YUV104.33145.87115.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 136 (53.52% from 255) = 41.21%
R=26.36%
G=32.42%
B=41.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871071360.360.2100.47215.5121.9743.73
Hex576B88241502Fd8162c
Octal12715321044250573302654
Binary10101111101011100010001001001010101011111101100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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