Shades of Kashmir Blue #5A7087
Tints of Kashmir Blue #5A7087
RGB
CMYK
RGB Variations
Color information
#5A7087 (or 0x5A7087) is known color: Kashmir Blue. HEX triplet: 5A, 70 and 87. RGB value is (90,112,135). Sum of RGB (Red+Green+Blue) = 90+112+135=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A7087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7087 is #A58F78. Grayscale: #6B6B6B. Windows color (decimal): -10850169 or 8876122. OLE color: 8876122.
HSL color Cylindrical-coordinate representation of color #5A7087: hue angle of 210.67º 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 #5A7087 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 112 | 135 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.47 |
| HSL | 210.67º | 0.2% | 0.44% | - |
| HSV(B) | 210.67º | 0.33% | 0.53% | - |
| XYZ | 14.38 | 15.51 | 25.16 | - |
| YUV | 108.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 135 | 0.33 | 0.17 | 0 | 0.47 | 210.67 | 0.2 | 0.44 |
| Hex | 5A | 70 | 87 | 21 | 11 | 0 | 2F | D3 | 14 | 2C |
| Octal | 132 | 160 | 207 | 41 | 21 | 0 | 57 | 323 | 24 | 54 |
| Binary | 1011010 | 1110000 | 10000111 | 100001 | 10001 | 0 | 101111 | 11010011 | 10100 | 101100 |
Color Harmonies of #5A7087
Complementary color
Monochromatic Colors of #5A7087
Black with #5A7087
Text Example
Text Example
White with #5A7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7087; }
p { color: rgb(90,112,135); }
H1.HeaderClassName
{
color: #5A7087;
}
.AnyTagClassName
{
color: #5A7087;
}
</style>
background-color css
<style>
a { background-color: #5A7087; }
a { background-color: rgb(90,112,135); }
div.DivClassName
{
background-color: #5A7087;
}
.BgClassName
{
background-color: #5A7087;
}
</style>
border-color css
<style>
span { border-color: #5A7087; }
span { border-color: rgb(90,112,135); }
td.TdClassName
{
border-color: #5A7087;
}
.TagClassName
{
border-color: #5A7087;
}
</style>