Shades of Kashmir Blue #5A6F87
Tints of Kashmir Blue #5A6F87
RGB
CMYK
RGB Variations
Color information
#5A6F87 (or 0x5A6F87) is known color: Kashmir Blue. HEX triplet: 5A, 6F and 87. RGB value is (90,111,135). Sum of RGB (Red+Green+Blue) = 90+111+135=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A6F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6F87 is #A59078. Grayscale: #6B6B6B. Windows color (decimal): -10850425 or 8875866. OLE color: 8875866.
HSL color Cylindrical-coordinate representation of color #5A6F87: hue angle of 212º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A6F87 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 111 | 135 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.47 |
| HSL | 212º | 0.2% | 0.44% | - |
| HSV(B) | 212º | 0.33% | 0.53% | - |
| XYZ | 14.27 | 15.29 | 25.12 | - |
| YUV | 107.46 | 143.54 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 135 | 0.33 | 0.18 | 0 | 0.47 | 212 | 0.2 | 0.44 |
| Hex | 5A | 6F | 87 | 21 | 12 | 0 | 2F | D4 | 14 | 2C |
| Octal | 132 | 157 | 207 | 41 | 22 | 0 | 57 | 324 | 24 | 54 |
| Binary | 1011010 | 1101111 | 10000111 | 100001 | 10010 | 0 | 101111 | 11010100 | 10100 | 101100 |
Color Harmonies of #5A6F87
Complementary color
Monochromatic Colors of #5A6F87
Black with #5A6F87
Text Example
Text Example
White with #5A6F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6F87; }
p { color: rgb(90,111,135); }
H1.HeaderClassName
{
color: #5A6F87;
}
.AnyTagClassName
{
color: #5A6F87;
}
</style>
background-color css
<style>
a { background-color: #5A6F87; }
a { background-color: rgb(90,111,135); }
div.DivClassName
{
background-color: #5A6F87;
}
.BgClassName
{
background-color: #5A6F87;
}
</style>
border-color css
<style>
span { border-color: #5A6F87; }
span { border-color: rgb(90,111,135); }
td.TdClassName
{
border-color: #5A6F87;
}
.TagClassName
{
border-color: #5A6F87;
}
</style>