#576D8B

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

Shades of Kashmir Blue #576D8B

Tints of Kashmir Blue #576D8B

Color information

#576D8B (or 0x576D8B) is unknown color: approx Kashmir Blue. HEX triplet: 57, 6D and 8B. RGB value is (87,109,139). Sum of RGB (Red+Green+Blue) = 87+109+139=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #576D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D8B is #A89274. Grayscale: #696969. Windows color (decimal): -11047541 or 9137495. OLE color: 9137495.

HSL color Cylindrical-coordinate representation of color #576D8B: hue angle of 214.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #576D8B is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87109139-
CMYK0.370.2200.45
HSL214.62º23.01%44.31%-
HSV(B)214.62º37.41%54.51%-
XYZ14.0614.8326.55-
YUV105.84146.71114.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.97%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=25.97%
G=32.54%
B=41.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871091390.370.2200.45214.6223.0144.31
Hex576D8B251602Dd7172c
Octal12715521345260553272754
Binary10101111101101100010111001011011001011011101011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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