Shades of Kashmir Blue #5A6988
Tints of Kashmir Blue #5A6988
RGB
CMYK
RGB Variations
Color information
#5A6988 (or 0x5A6988) is known color: Kashmir Blue. HEX triplet: 5A, 69 and 88. RGB value is (90,105,136). Sum of RGB (Red+Green+Blue) = 90+105+136=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A6988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6988 is #A59677. Grayscale: #676767. Windows color (decimal): -10851960 or 8939866. OLE color: 8939866.
HSL color Cylindrical-coordinate representation of color #5A6988: hue angle of 220.43º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A6988 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 105 | 136 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.47 |
| HSL | 220.43º | 0.2% | 0.44% | - |
| HSV(B) | 220.43º | 0.34% | 0.53% | - |
| XYZ | 13.71 | 14.05 | 25.28 | - |
| YUV | 104.05 | 146.03 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 136 | 0.34 | 0.23 | 0 | 0.47 | 220.43 | 0.2 | 0.44 |
| Hex | 5A | 69 | 88 | 22 | 17 | 0 | 2F | DC | 14 | 2C |
| Octal | 132 | 151 | 210 | 42 | 27 | 0 | 57 | 334 | 24 | 54 |
| Binary | 1011010 | 1101001 | 10001000 | 100010 | 10111 | 0 | 101111 | 11011100 | 10100 | 101100 |
Color Harmonies of #5A6988
Complementary color
Monochromatic Colors of #5A6988
Black with #5A6988
Text Example
Text Example
White with #5A6988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6988; }
p { color: rgb(90,105,136); }
H1.HeaderClassName
{
color: #5A6988;
}
.AnyTagClassName
{
color: #5A6988;
}
</style>
background-color css
<style>
a { background-color: #5A6988; }
a { background-color: rgb(90,105,136); }
div.DivClassName
{
background-color: #5A6988;
}
.BgClassName
{
background-color: #5A6988;
}
</style>
border-color css
<style>
span { border-color: #5A6988; }
span { border-color: rgb(90,105,136); }
td.TdClassName
{
border-color: #5A6988;
}
.TagClassName
{
border-color: #5A6988;
}
</style>