Shades of Kashmir Blue #5F728A
Tints of Kashmir Blue #5F728A
RGB
CMYK
RGB Variations
Color information
#5F728A (or 0x5F728A) is known color: Kashmir Blue. HEX triplet: 5F, 72 and 8A. RGB value is (95,114,138). Sum of RGB (Red+Green+Blue) = 95+114+138=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F728A is #A08D75. Grayscale: #6E6E6E. Windows color (decimal): -10521974 or 9073247. OLE color: 9073247.
HSL color Cylindrical-coordinate representation of color #5F728A: hue angle of 213.49º 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 #5F728A is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 114 | 138 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.46 |
| HSL | 213.49º | 0.18% | 0.46% | - |
| HSV(B) | 213.49º | 0.31% | 0.54% | - |
| XYZ | 15.32 | 16.3 | 26.38 | - |
| YUV | 111.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 138 | 0.31 | 0.17 | 0 | 0.46 | 213.49 | 0.18 | 0.46 |
| Hex | 5F | 72 | 8A | 1F | 11 | 0 | 2E | D5 | 12 | 2E |
| Octal | 137 | 162 | 212 | 37 | 21 | 0 | 56 | 325 | 22 | 56 |
| Binary | 1011111 | 1110010 | 10001010 | 11111 | 10001 | 0 | 101110 | 11010101 | 10010 | 101110 |
Color Harmonies of #5F728A
Complementary color
Monochromatic Colors of #5F728A
Black with #5F728A
Text Example
Text Example
White with #5F728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F728A; }
p { color: rgb(95,114,138); }
H1.HeaderClassName
{
color: #5F728A;
}
.AnyTagClassName
{
color: #5F728A;
}
</style>
background-color css
<style>
a { background-color: #5F728A; }
a { background-color: rgb(95,114,138); }
div.DivClassName
{
background-color: #5F728A;
}
.BgClassName
{
background-color: #5F728A;
}
</style>
border-color css
<style>
span { border-color: #5F728A; }
span { border-color: rgb(95,114,138); }
td.TdClassName
{
border-color: #5F728A;
}
.TagClassName
{
border-color: #5F728A;
}
</style>