Shades of Kashmir Blue #5A687F
Tints of Kashmir Blue #5A687F
RGB
CMYK
RGB Variations
Color information
#5A687F (or 0x5A687F) is known color: Kashmir Blue. HEX triplet: 5A, 68 and 7F. RGB value is (90,104,127). Sum of RGB (Red+Green+Blue) = 90+104+127=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A687F is #A59780. Grayscale: #666666. Windows color (decimal): -10852225 or 8349786. OLE color: 8349786.
HSL color Cylindrical-coordinate representation of color #5A687F: hue angle of 217.3º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A687F is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 104 | 127 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.50 |
| HSL | 217.3º | 0.17% | 0.43% | - |
| HSV(B) | 217.3º | 0.29% | 0.5% | - |
| XYZ | 13 | 13.61 | 22.02 | - |
| YUV | 102.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 127 | 0.29 | 0.18 | 0 | 0.50 | 217.3 | 0.17 | 0.43 |
| Hex | 5A | 68 | 7F | 1D | 12 | 0 | 32 | D9 | 11 | 2B |
| Octal | 132 | 150 | 177 | 35 | 22 | 0 | 62 | 331 | 21 | 53 |
| Binary | 1011010 | 1101000 | 1111111 | 11101 | 10010 | 0 | 110010 | 11011001 | 10001 | 101011 |
Color Harmonies of #5A687F
Complementary color
Monochromatic Colors of #5A687F
Black with #5A687F
Text Example
Text Example
White with #5A687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A687F; }
p { color: rgb(90,104,127); }
H1.HeaderClassName
{
color: #5A687F;
}
.AnyTagClassName
{
color: #5A687F;
}
</style>
background-color css
<style>
a { background-color: #5A687F; }
a { background-color: rgb(90,104,127); }
div.DivClassName
{
background-color: #5A687F;
}
.BgClassName
{
background-color: #5A687F;
}
</style>
border-color css
<style>
span { border-color: #5A687F; }
span { border-color: rgb(90,104,127); }
td.TdClassName
{
border-color: #5A687F;
}
.TagClassName
{
border-color: #5A687F;
}
</style>