Shades of Kashmir Blue #56728C
Tints of Kashmir Blue #56728C
RGB
CMYK
RGB Variations
Color information
#56728C (or 0x56728C) is known color: Kashmir Blue. HEX triplet: 56, 72 and 8C. RGB value is (86,114,140). Sum of RGB (Red+Green+Blue) = 86+114+140=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #56728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56728C is #A98D73. Grayscale: #6C6C6C. Windows color (decimal): -11111796 or 9204310. OLE color: 9204310.
HSL color Cylindrical-coordinate representation of color #56728C: hue angle of 208.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56728C is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 114 | 140 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.45 |
| HSL | 208.89º | 0.24% | 0.44% | - |
| HSV(B) | 208.89º | 0.39% | 0.55% | - |
| XYZ | 14.59 | 15.91 | 27.11 | - |
| YUV | 108.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 140 | 0.39 | 0.19 | 0 | 0.45 | 208.89 | 0.24 | 0.44 |
| Hex | 56 | 72 | 8C | 27 | 13 | 0 | 2D | D1 | 18 | 2C |
| Octal | 126 | 162 | 214 | 47 | 23 | 0 | 55 | 321 | 30 | 54 |
| Binary | 1010110 | 1110010 | 10001100 | 100111 | 10011 | 0 | 101101 | 11010001 | 11000 | 101100 |
Color Harmonies of #56728C
Complementary color
Monochromatic Colors of #56728C
Black with #56728C
Text Example
Text Example
White with #56728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56728C; }
p { color: rgb(86,114,140); }
H1.HeaderClassName
{
color: #56728C;
}
.AnyTagClassName
{
color: #56728C;
}
</style>
background-color css
<style>
a { background-color: #56728C; }
a { background-color: rgb(86,114,140); }
div.DivClassName
{
background-color: #56728C;
}
.BgClassName
{
background-color: #56728C;
}
</style>
border-color css
<style>
span { border-color: #56728C; }
span { border-color: rgb(86,114,140); }
td.TdClassName
{
border-color: #56728C;
}
.TagClassName
{
border-color: #56728C;
}
</style>