Shades of Kashmir Blue #5F718A
Tints of Kashmir Blue #5F718A
RGB
CMYK
RGB Variations
Color information
#5F718A (or 0x5F718A) is known color: Kashmir Blue. HEX triplet: 5F, 71 and 8A. RGB value is (95,113,138). Sum of RGB (Red+Green+Blue) = 95+113+138=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F718A is #A08E75. Grayscale: #6E6E6E. Windows color (decimal): -10522230 or 9072991. OLE color: 9072991.
HSL color Cylindrical-coordinate representation of color #5F718A: hue angle of 214.88º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F718A is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 113 | 138 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.46 |
| HSL | 214.88º | 0.18% | 0.46% | - |
| HSV(B) | 214.88º | 0.31% | 0.54% | - |
| XYZ | 15.21 | 16.08 | 26.35 | - |
| YUV | 110.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 138 | 0.31 | 0.18 | 0 | 0.46 | 214.88 | 0.18 | 0.46 |
| Hex | 5F | 71 | 8A | 1F | 12 | 0 | 2E | D7 | 12 | 2E |
| Octal | 137 | 161 | 212 | 37 | 22 | 0 | 56 | 327 | 22 | 56 |
| Binary | 1011111 | 1110001 | 10001010 | 11111 | 10010 | 0 | 101110 | 11010111 | 10010 | 101110 |
Color Harmonies of #5F718A
Complementary color
Monochromatic Colors of #5F718A
Black with #5F718A
Text Example
Text Example
White with #5F718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F718A; }
p { color: rgb(95,113,138); }
H1.HeaderClassName
{
color: #5F718A;
}
.AnyTagClassName
{
color: #5F718A;
}
</style>
background-color css
<style>
a { background-color: #5F718A; }
a { background-color: rgb(95,113,138); }
div.DivClassName
{
background-color: #5F718A;
}
.BgClassName
{
background-color: #5F718A;
}
</style>
border-color css
<style>
span { border-color: #5F718A; }
span { border-color: rgb(95,113,138); }
td.TdClassName
{
border-color: #5F718A;
}
.TagClassName
{
border-color: #5F718A;
}
</style>