Shades of Kashmir Blue #576F87
Tints of Kashmir Blue #576F87
RGB
CMYK
RGB Variations
Color information
#576F87 (or 0x576F87) is known color: Kashmir Blue. HEX triplet: 57, 6F and 87. RGB value is (87,111,135). Sum of RGB (Red+Green+Blue) = 87+111+135=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #576F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F87 is #A89078. Grayscale: #6A6A6A. Windows color (decimal): -11047033 or 8875863. OLE color: 8875863.
HSL color Cylindrical-coordinate representation of color #576F87: hue angle of 210º 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 #576F87 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 111 | 135 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.47 |
| HSL | 210º | 0.22% | 0.44% | - |
| HSV(B) | 210º | 0.36% | 0.53% | - |
| XYZ | 13.99 | 15.14 | 25.11 | - |
| YUV | 106.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 135 | 0.36 | 0.18 | 0 | 0.47 | 210 | 0.22 | 0.44 |
| Hex | 57 | 6F | 87 | 24 | 12 | 0 | 2F | D2 | 16 | 2C |
| Octal | 127 | 157 | 207 | 44 | 22 | 0 | 57 | 322 | 26 | 54 |
| Binary | 1010111 | 1101111 | 10000111 | 100100 | 10010 | 0 | 101111 | 11010010 | 10110 | 101100 |
Color Harmonies of #576F87
Complementary color
Monochromatic Colors of #576F87
Black with #576F87
Text Example
Text Example
White with #576F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576F87; }
p { color: rgb(87,111,135); }
H1.HeaderClassName
{
color: #576F87;
}
.AnyTagClassName
{
color: #576F87;
}
</style>
background-color css
<style>
a { background-color: #576F87; }
a { background-color: rgb(87,111,135); }
div.DivClassName
{
background-color: #576F87;
}
.BgClassName
{
background-color: #576F87;
}
</style>
border-color css
<style>
span { border-color: #576F87; }
span { border-color: rgb(87,111,135); }
td.TdClassName
{
border-color: #576F87;
}
.TagClassName
{
border-color: #576F87;
}
</style>