Shades of Kashmir Blue #5F7183
Tints of Kashmir Blue #5F7183
RGB
CMYK
RGB Variations
Color information
#5F7183 (or 0x5F7183) is known color: Kashmir Blue. HEX triplet: 5F, 71 and 83. RGB value is (95,113,131). Sum of RGB (Red+Green+Blue) = 95+113+131=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 131 - color contains mainly: blue. Hex color #5F7183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7183 is #A08E7C. Grayscale: #6D6D6D. Windows color (decimal): -10522237 or 8614239. OLE color: 8614239.
HSL color Cylindrical-coordinate representation of color #5F7183: hue angle of 210º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F7183 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 113 | 131 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.49 |
| HSL | 210º | 0.16% | 0.44% | - |
| HSV(B) | 210º | 0.27% | 0.51% | - |
| XYZ | 14.72 | 15.88 | 23.76 | - |
| YUV | 109.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 131 | 0.27 | 0.14 | 0 | 0.49 | 210 | 0.16 | 0.44 |
| Hex | 5F | 71 | 83 | 1B | E | 0 | 31 | D2 | 10 | 2C |
| Octal | 137 | 161 | 203 | 33 | 16 | 0 | 61 | 322 | 20 | 54 |
| Binary | 1011111 | 1110001 | 10000011 | 11011 | 1110 | 0 | 110001 | 11010010 | 10000 | 101100 |
Color Harmonies of #5F7183
Complementary color
Monochromatic Colors of #5F7183
Black with #5F7183
Text Example
Text Example
White with #5F7183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7183; }
p { color: rgb(95,113,131); }
H1.HeaderClassName
{
color: #5F7183;
}
.AnyTagClassName
{
color: #5F7183;
}
</style>
background-color css
<style>
a { background-color: #5F7183; }
a { background-color: rgb(95,113,131); }
div.DivClassName
{
background-color: #5F7183;
}
.BgClassName
{
background-color: #5F7183;
}
</style>
border-color css
<style>
span { border-color: #5F7183; }
span { border-color: rgb(95,113,131); }
td.TdClassName
{
border-color: #5F7183;
}
.TagClassName
{
border-color: #5F7183;
}
</style>