Shades of Kashmir Blue #576B8D
Tints of Kashmir Blue #576B8D
RGB
CMYK
RGB Variations
Color information
#576B8D (or 0x576B8D) is known color: Kashmir Blue. HEX triplet: 57, 6B and 8D. RGB value is (87,107,141). Sum of RGB (Red+Green+Blue) = 87+107+141=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #576B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576B8D is #A89472. Grayscale: #686868. Windows color (decimal): -11048051 or 9268055. OLE color: 9268055.
HSL color Cylindrical-coordinate representation of color #576B8D: hue angle of 217.78º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #576B8D is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 107 | 141 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.45 |
| HSL | 217.78º | 0.24% | 0.45% | - |
| HSV(B) | 217.78º | 0.38% | 0.55% | - |
| XYZ | 14 | 14.46 | 27.25 | - |
| YUV | 104.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 107 | 141 | 0.38 | 0.24 | 0 | 0.45 | 217.78 | 0.24 | 0.45 |
| Hex | 57 | 6B | 8D | 26 | 18 | 0 | 2D | DA | 18 | 2D |
| Octal | 127 | 153 | 215 | 46 | 30 | 0 | 55 | 332 | 30 | 55 |
| Binary | 1010111 | 1101011 | 10001101 | 100110 | 11000 | 0 | 101101 | 11011010 | 11000 | 101101 |
Color Harmonies of #576B8D
Complementary color
Monochromatic Colors of #576B8D
Black with #576B8D
Text Example
Text Example
White with #576B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576B8D; }
p { color: rgb(87,107,141); }
H1.HeaderClassName
{
color: #576B8D;
}
.AnyTagClassName
{
color: #576B8D;
}
</style>
background-color css
<style>
a { background-color: #576B8D; }
a { background-color: rgb(87,107,141); }
div.DivClassName
{
background-color: #576B8D;
}
.BgClassName
{
background-color: #576B8D;
}
</style>
border-color css
<style>
span { border-color: #576B8D; }
span { border-color: rgb(87,107,141); }
td.TdClassName
{
border-color: #576B8D;
}
.TagClassName
{
border-color: #576B8D;
}
</style>