Shades of Kashmir Blue #576A8B
Tints of Kashmir Blue #576A8B
RGB
CMYK
RGB Variations
Color information
#576A8B (or 0x576A8B) is known color: Kashmir Blue. HEX triplet: 57, 6A and 8B. RGB value is (87,106,139). Sum of RGB (Red+Green+Blue) = 87+106+139=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #576A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576A8B is #A89574. Grayscale: #676767. Windows color (decimal): -11048309 or 9136727. OLE color: 9136727.
HSL color Cylindrical-coordinate representation of color #576A8B: hue angle of 218.08º 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 #576A8B is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 106 | 139 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.45 |
| HSL | 218.08º | 0.23% | 0.44% | - |
| HSV(B) | 218.08º | 0.37% | 0.55% | - |
| XYZ | 13.74 | 14.2 | 26.44 | - |
| YUV | 104.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 139 | 0.37 | 0.24 | 0 | 0.45 | 218.08 | 0.23 | 0.44 |
| Hex | 57 | 6A | 8B | 25 | 18 | 0 | 2D | DA | 17 | 2C |
| Octal | 127 | 152 | 213 | 45 | 30 | 0 | 55 | 332 | 27 | 54 |
| Binary | 1010111 | 1101010 | 10001011 | 100101 | 11000 | 0 | 101101 | 11011010 | 10111 | 101100 |
Color Harmonies of #576A8B
Complementary color
Monochromatic Colors of #576A8B
Black with #576A8B
Text Example
Text Example
White with #576A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576A8B; }
p { color: rgb(87,106,139); }
H1.HeaderClassName
{
color: #576A8B;
}
.AnyTagClassName
{
color: #576A8B;
}
</style>
background-color css
<style>
a { background-color: #576A8B; }
a { background-color: rgb(87,106,139); }
div.DivClassName
{
background-color: #576A8B;
}
.BgClassName
{
background-color: #576A8B;
}
</style>
border-color css
<style>
span { border-color: #576A8B; }
span { border-color: rgb(87,106,139); }
td.TdClassName
{
border-color: #576A8B;
}
.TagClassName
{
border-color: #576A8B;
}
</style>