Shades of Kashmir Blue #5F728B
Tints of Kashmir Blue #5F728B
RGB
CMYK
RGB Variations
Color information
#5F728B (or 0x5F728B) is known color: Kashmir Blue. HEX triplet: 5F, 72 and 8B. RGB value is (95,114,139). Sum of RGB (Red+Green+Blue) = 95+114+139=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F728B is #A08D74. Grayscale: #6F6F6F. Windows color (decimal): -10521973 or 9138783. OLE color: 9138783.
HSL color Cylindrical-coordinate representation of color #5F728B: hue angle of 214.09º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F728B is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 114 | 139 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.45 |
| HSL | 214.09º | 0.19% | 0.46% | - |
| HSV(B) | 214.09º | 0.32% | 0.55% | - |
| XYZ | 15.4 | 16.33 | 26.77 | - |
| YUV | 111.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 139 | 0.32 | 0.18 | 0 | 0.45 | 214.09 | 0.19 | 0.46 |
| Hex | 5F | 72 | 8B | 20 | 12 | 0 | 2D | D6 | 13 | 2E |
| Octal | 137 | 162 | 213 | 40 | 22 | 0 | 55 | 326 | 23 | 56 |
| Binary | 1011111 | 1110010 | 10001011 | 100000 | 10010 | 0 | 101101 | 11010110 | 10011 | 101110 |
Color Harmonies of #5F728B
Complementary color
Monochromatic Colors of #5F728B
Black with #5F728B
Text Example
Text Example
White with #5F728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F728B; }
p { color: rgb(95,114,139); }
H1.HeaderClassName
{
color: #5F728B;
}
.AnyTagClassName
{
color: #5F728B;
}
</style>
background-color css
<style>
a { background-color: #5F728B; }
a { background-color: rgb(95,114,139); }
div.DivClassName
{
background-color: #5F728B;
}
.BgClassName
{
background-color: #5F728B;
}
</style>
border-color css
<style>
span { border-color: #5F728B; }
span { border-color: rgb(95,114,139); }
td.TdClassName
{
border-color: #5F728B;
}
.TagClassName
{
border-color: #5F728B;
}
</style>