Shades of Kashmir Blue #576D8C
Tints of Kashmir Blue #576D8C
RGB
CMYK
RGB Variations
Color information
#576D8C (or 0x576D8C) is known color: Kashmir Blue. HEX triplet: 57, 6D and 8C. RGB value is (87,109,140). Sum of RGB (Red+Green+Blue) = 87+109+140=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #576D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D8C is #A89273. Grayscale: #696969. Windows color (decimal): -11047540 or 9203031. OLE color: 9203031.
HSL color Cylindrical-coordinate representation of color #576D8C: hue angle of 215.09º degrees, saturation: 0.23, 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 #576D8C is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 109 | 140 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.45 |
| HSL | 215.09º | 0.23% | 0.45% | - |
| HSV(B) | 215.09º | 0.38% | 0.55% | - |
| XYZ | 14.13 | 14.86 | 26.93 | - |
| YUV | 105.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 109 | 140 | 0.38 | 0.22 | 0 | 0.45 | 215.09 | 0.23 | 0.45 |
| Hex | 57 | 6D | 8C | 26 | 16 | 0 | 2D | D7 | 17 | 2D |
| Octal | 127 | 155 | 214 | 46 | 26 | 0 | 55 | 327 | 27 | 55 |
| Binary | 1010111 | 1101101 | 10001100 | 100110 | 10110 | 0 | 101101 | 11010111 | 10111 | 101101 |
Color Harmonies of #576D8C
Complementary color
Monochromatic Colors of #576D8C
Black with #576D8C
Text Example
Text Example
White with #576D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576D8C; }
p { color: rgb(87,109,140); }
H1.HeaderClassName
{
color: #576D8C;
}
.AnyTagClassName
{
color: #576D8C;
}
</style>
background-color css
<style>
a { background-color: #576D8C; }
a { background-color: rgb(87,109,140); }
div.DivClassName
{
background-color: #576D8C;
}
.BgClassName
{
background-color: #576D8C;
}
</style>
border-color css
<style>
span { border-color: #576D8C; }
span { border-color: rgb(87,109,140); }
td.TdClassName
{
border-color: #576D8C;
}
.TagClassName
{
border-color: #576D8C;
}
</style>