Shades of Kashmir Blue #576E90
Tints of Kashmir Blue #576E90
RGB
CMYK
RGB Variations
Color information
#576E90 (or 0x576E90) is known color: Kashmir Blue. HEX triplet: 57, 6E and 90. RGB value is (87,110,144). Sum of RGB (Red+Green+Blue) = 87+110+144=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #576E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576E90 is #A8916F. Grayscale: #6A6A6A. Windows color (decimal): -11047280 or 9465431. OLE color: 9465431.
HSL color Cylindrical-coordinate representation of color #576E90: hue angle of 215.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576E90 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 110 | 144 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.44 |
| HSL | 215.79º | 0.25% | 0.45% | - |
| HSV(B) | 215.79º | 0.4% | 0.56% | - |
| XYZ | 14.54 | 15.19 | 28.55 | - |
| YUV | 107 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 110 | 144 | 0.40 | 0.24 | 0 | 0.44 | 215.79 | 0.25 | 0.45 |
| Hex | 57 | 6E | 90 | 28 | 18 | 0 | 2C | D8 | 19 | 2D |
| Octal | 127 | 156 | 220 | 50 | 30 | 0 | 54 | 330 | 31 | 55 |
| Binary | 1010111 | 1101110 | 10010000 | 101000 | 11000 | 0 | 101100 | 11011000 | 11001 | 101101 |
Color Harmonies of #576E90
Complementary color
Monochromatic Colors of #576E90
Black with #576E90
Text Example
Text Example
White with #576E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576E90; }
p { color: rgb(87,110,144); }
H1.HeaderClassName
{
color: #576E90;
}
.AnyTagClassName
{
color: #576E90;
}
</style>
background-color css
<style>
a { background-color: #576E90; }
a { background-color: rgb(87,110,144); }
div.DivClassName
{
background-color: #576E90;
}
.BgClassName
{
background-color: #576E90;
}
</style>
border-color css
<style>
span { border-color: #576E90; }
span { border-color: rgb(87,110,144); }
td.TdClassName
{
border-color: #576E90;
}
.TagClassName
{
border-color: #576E90;
}
</style>