Shades of Kashmir Blue #56728B
Tints of Kashmir Blue #56728B
RGB
CMYK
RGB Variations
Color information
#56728B (or 0x56728B) is known color: Kashmir Blue. HEX triplet: 56, 72 and 8B. RGB value is (86,114,139). Sum of RGB (Red+Green+Blue) = 86+114+139=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #56728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56728B is #A98D74. Grayscale: #6C6C6C. Windows color (decimal): -11111797 or 9138774. OLE color: 9138774.
HSL color Cylindrical-coordinate representation of color #56728B: hue angle of 208.3º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56728B is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 114 | 139 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.45 |
| HSL | 208.3º | 0.24% | 0.44% | - |
| HSV(B) | 208.3º | 0.38% | 0.55% | - |
| XYZ | 14.52 | 15.88 | 26.73 | - |
| YUV | 108.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 139 | 0.38 | 0.18 | 0 | 0.45 | 208.3 | 0.24 | 0.44 |
| Hex | 56 | 72 | 8B | 26 | 12 | 0 | 2D | D0 | 18 | 2C |
| Octal | 126 | 162 | 213 | 46 | 22 | 0 | 55 | 320 | 30 | 54 |
| Binary | 1010110 | 1110010 | 10001011 | 100110 | 10010 | 0 | 101101 | 11010000 | 11000 | 101100 |
Color Harmonies of #56728B
Complementary color
Monochromatic Colors of #56728B
Black with #56728B
Text Example
Text Example
White with #56728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56728B; }
p { color: rgb(86,114,139); }
H1.HeaderClassName
{
color: #56728B;
}
.AnyTagClassName
{
color: #56728B;
}
</style>
background-color css
<style>
a { background-color: #56728B; }
a { background-color: rgb(86,114,139); }
div.DivClassName
{
background-color: #56728B;
}
.BgClassName
{
background-color: #56728B;
}
</style>
border-color css
<style>
span { border-color: #56728B; }
span { border-color: rgb(86,114,139); }
td.TdClassName
{
border-color: #56728B;
}
.TagClassName
{
border-color: #56728B;
}
</style>