#576D88

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

Shades of Kashmir Blue #576D88

Tints of Kashmir Blue #576D88

Color information

#576D88 (or 0x576D88) is unknown color: approx Kashmir Blue. HEX triplet: 57, 6D and 88. RGB value is (87,109,136). Sum of RGB (Red+Green+Blue) = 87+109+136=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #576D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D88 is #A89277. Grayscale: #696969. Windows color (decimal): -11047544 or 8940887. OLE color: 8940887.

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

Color convert

RGB87109136-
CMYK0.360.2000.47
HSL213.06º21.97%43.73%-
HSV(B)213.06º36.03%53.33%-
XYZ13.8414.7425.41-
YUV105.5145.21114.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=26.20%
G=32.83%
B=40.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871091360.360.2000.47213.0621.9743.73
Hex576D88241402Fd5162c
Octal12715521044240573252654
Binary10101111101101100010001001001010001011111101010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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