Shades of Kashmir Blue #576A88
Tints of Kashmir Blue #576A88
RGB
CMYK
RGB Variations
Color information
#576A88 (or 0x576A88) is known color: Kashmir Blue. HEX triplet: 57, 6A and 88. RGB value is (87,106,136). Sum of RGB (Red+Green+Blue) = 87+106+136=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #576A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576A88 is #A89577. Grayscale: #676767. Windows color (decimal): -11048312 or 8940119. OLE color: 8940119.
HSL color Cylindrical-coordinate representation of color #576A88: hue angle of 216.73º 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 #576A88 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 106 | 136 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.47 |
| HSL | 216.73º | 0.22% | 0.44% | - |
| HSV(B) | 216.73º | 0.36% | 0.53% | - |
| XYZ | 13.53 | 14.11 | 25.3 | - |
| YUV | 103.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 136 | 0.36 | 0.22 | 0 | 0.47 | 216.73 | 0.22 | 0.44 |
| Hex | 57 | 6A | 88 | 24 | 16 | 0 | 2F | D9 | 16 | 2C |
| Octal | 127 | 152 | 210 | 44 | 26 | 0 | 57 | 331 | 26 | 54 |
| Binary | 1010111 | 1101010 | 10001000 | 100100 | 10110 | 0 | 101111 | 11011001 | 10110 | 101100 |
Color Harmonies of #576A88
Complementary color
Monochromatic Colors of #576A88
Black with #576A88
Text Example
Text Example
White with #576A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576A88; }
p { color: rgb(87,106,136); }
H1.HeaderClassName
{
color: #576A88;
}
.AnyTagClassName
{
color: #576A88;
}
</style>
background-color css
<style>
a { background-color: #576A88; }
a { background-color: rgb(87,106,136); }
div.DivClassName
{
background-color: #576A88;
}
.BgClassName
{
background-color: #576A88;
}
</style>
border-color css
<style>
span { border-color: #576A88; }
span { border-color: rgb(87,106,136); }
td.TdClassName
{
border-color: #576A88;
}
.TagClassName
{
border-color: #576A88;
}
</style>