#576B8B

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

Shades of Kashmir Blue #576B8B

Tints of Kashmir Blue #576B8B

Color information

#576B8B (or 0x576B8B) is unknown color: approx Kashmir Blue. HEX triplet: 57, 6B and 8B. RGB value is (87,107,139). Sum of RGB (Red+Green+Blue) = 87+107+139=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #576B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576B8B is #A89474. Grayscale: #686868. Windows color (decimal): -11048053 or 9136983. OLE color: 9136983.

HSL color Cylindrical-coordinate representation of color #576B8B: hue angle of 216.92º 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 #576B8B is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87107139-
CMYK0.370.2300.45
HSL216.92º23.01%44.31%-
HSV(B)216.92º37.41%54.51%-
XYZ13.8514.4126.48-
YUV104.67147.37115.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=26.13%
G=32.13%
B=41.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871071390.370.2300.45216.9223.0144.31
Hex576B8B251702Dd9172c
Octal12715321345270553312754
Binary10101111101011100010111001011011101011011101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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