Shades of Kashmir Blue #576D90
Tints of Kashmir Blue #576D90
RGB
CMYK
RGB Variations
Color information
#576D90 (or 0x576D90) is known color: Kashmir Blue. HEX triplet: 57, 6D and 90. RGB value is (87,109,144). Sum of RGB (Red+Green+Blue) = 87+109+144=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #576D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D90 is #A8926F. Grayscale: #6A6A6A. Windows color (decimal): -11047536 or 9465175. OLE color: 9465175.
HSL color Cylindrical-coordinate representation of color #576D90: hue angle of 216.84º 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 #576D90 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 109 | 144 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.44 |
| HSL | 216.84º | 0.25% | 0.45% | - |
| HSV(B) | 216.84º | 0.4% | 0.56% | - |
| XYZ | 14.43 | 14.98 | 28.52 | - |
| YUV | 106.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 109 | 144 | 0.40 | 0.24 | 0 | 0.44 | 216.84 | 0.25 | 0.45 |
| Hex | 57 | 6D | 90 | 28 | 18 | 0 | 2C | D9 | 19 | 2D |
| Octal | 127 | 155 | 220 | 50 | 30 | 0 | 54 | 331 | 31 | 55 |
| Binary | 1010111 | 1101101 | 10010000 | 101000 | 11000 | 0 | 101100 | 11011001 | 11001 | 101101 |
Color Harmonies of #576D90
Complementary color
Monochromatic Colors of #576D90
Black with #576D90
Text Example
Text Example
White with #576D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576D90; }
p { color: rgb(87,109,144); }
H1.HeaderClassName
{
color: #576D90;
}
.AnyTagClassName
{
color: #576D90;
}
</style>
background-color css
<style>
a { background-color: #576D90; }
a { background-color: rgb(87,109,144); }
div.DivClassName
{
background-color: #576D90;
}
.BgClassName
{
background-color: #576D90;
}
</style>
border-color css
<style>
span { border-color: #576D90; }
span { border-color: rgb(87,109,144); }
td.TdClassName
{
border-color: #576D90;
}
.TagClassName
{
border-color: #576D90;
}
</style>