Shades of Kashmir Blue #5F7185
Tints of Kashmir Blue #5F7185
RGB
CMYK
RGB Variations
Color information
#5F7185 (or 0x5F7185) is known color: Kashmir Blue. HEX triplet: 5F, 71 and 85. RGB value is (95,113,133). Sum of RGB (Red+Green+Blue) = 95+113+133=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F7185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7185 is #A08E7A. Grayscale: #6D6D6D. Windows color (decimal): -10522235 or 8745311. OLE color: 8745311.
HSL color Cylindrical-coordinate representation of color #5F7185: hue angle of 211.58º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F7185 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 113 | 133 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.48 |
| HSL | 211.58º | 0.17% | 0.45% | - |
| HSV(B) | 211.58º | 0.29% | 0.52% | - |
| XYZ | 14.86 | 15.94 | 24.48 | - |
| YUV | 109.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 133 | 0.29 | 0.15 | 0 | 0.48 | 211.58 | 0.17 | 0.45 |
| Hex | 5F | 71 | 85 | 1D | F | 0 | 30 | D4 | 11 | 2D |
| Octal | 137 | 161 | 205 | 35 | 17 | 0 | 60 | 324 | 21 | 55 |
| Binary | 1011111 | 1110001 | 10000101 | 11101 | 1111 | 0 | 110000 | 11010100 | 10001 | 101101 |
Color Harmonies of #5F7185
Complementary color
Monochromatic Colors of #5F7185
Black with #5F7185
Text Example
Text Example
White with #5F7185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7185; }
p { color: rgb(95,113,133); }
H1.HeaderClassName
{
color: #5F7185;
}
.AnyTagClassName
{
color: #5F7185;
}
</style>
background-color css
<style>
a { background-color: #5F7185; }
a { background-color: rgb(95,113,133); }
div.DivClassName
{
background-color: #5F7185;
}
.BgClassName
{
background-color: #5F7185;
}
</style>
border-color css
<style>
span { border-color: #5F7185; }
span { border-color: rgb(95,113,133); }
td.TdClassName
{
border-color: #5F7185;
}
.TagClassName
{
border-color: #5F7185;
}
</style>