Shades of Kashmir Blue #576B90
Tints of Kashmir Blue #576B90
RGB
CMYK
RGB Variations
Color information
#576B90 (or 0x576B90) is known color: Kashmir Blue. HEX triplet: 57, 6B and 90. RGB value is (87,107,144). Sum of RGB (Red+Green+Blue) = 87+107+144=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #576B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576B90 is #A8946F. Grayscale: #696969. Windows color (decimal): -11048048 or 9464663. OLE color: 9464663.
HSL color Cylindrical-coordinate representation of color #576B90: hue angle of 218.95º 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 #576B90 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 107 | 144 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.44 |
| HSL | 218.95º | 0.25% | 0.45% | - |
| HSV(B) | 218.95º | 0.4% | 0.56% | - |
| XYZ | 14.22 | 14.56 | 28.45 | - |
| YUV | 105.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 107 | 144 | 0.40 | 0.26 | 0 | 0.44 | 218.95 | 0.25 | 0.45 |
| Hex | 57 | 6B | 90 | 28 | 1A | 0 | 2C | DB | 19 | 2D |
| Octal | 127 | 153 | 220 | 50 | 32 | 0 | 54 | 333 | 31 | 55 |
| Binary | 1010111 | 1101011 | 10010000 | 101000 | 11010 | 0 | 101100 | 11011011 | 11001 | 101101 |
Color Harmonies of #576B90
Complementary color
Monochromatic Colors of #576B90
Black with #576B90
Text Example
Text Example
White with #576B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576B90; }
p { color: rgb(87,107,144); }
H1.HeaderClassName
{
color: #576B90;
}
.AnyTagClassName
{
color: #576B90;
}
</style>
background-color css
<style>
a { background-color: #576B90; }
a { background-color: rgb(87,107,144); }
div.DivClassName
{
background-color: #576B90;
}
.BgClassName
{
background-color: #576B90;
}
</style>
border-color css
<style>
span { border-color: #576B90; }
span { border-color: rgb(87,107,144); }
td.TdClassName
{
border-color: #576B90;
}
.TagClassName
{
border-color: #576B90;
}
</style>