Shades of Kashmir Blue #56708C
Tints of Kashmir Blue #56708C
RGB
CMYK
RGB Variations
Color information
#56708C (or 0x56708C) is known color: Kashmir Blue. HEX triplet: 56, 70 and 8C. RGB value is (86,112,140). Sum of RGB (Red+Green+Blue) = 86+112+140=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #56708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56708C is #A98F73. Grayscale: #6B6B6B. Windows color (decimal): -11112308 or 9203798. OLE color: 9203798.
HSL color Cylindrical-coordinate representation of color #56708C: hue angle of 211.11º 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 #56708C is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 112 | 140 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.45 |
| HSL | 211.11º | 0.24% | 0.44% | - |
| HSV(B) | 211.11º | 0.39% | 0.55% | - |
| XYZ | 14.37 | 15.46 | 27.04 | - |
| YUV | 107.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 140 | 0.39 | 0.20 | 0 | 0.45 | 211.11 | 0.24 | 0.44 |
| Hex | 56 | 70 | 8C | 27 | 14 | 0 | 2D | D3 | 18 | 2C |
| Octal | 126 | 160 | 214 | 47 | 24 | 0 | 55 | 323 | 30 | 54 |
| Binary | 1010110 | 1110000 | 10001100 | 100111 | 10100 | 0 | 101101 | 11010011 | 11000 | 101100 |
Color Harmonies of #56708C
Complementary color
Monochromatic Colors of #56708C
Black with #56708C
Text Example
Text Example
White with #56708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56708C; }
p { color: rgb(86,112,140); }
H1.HeaderClassName
{
color: #56708C;
}
.AnyTagClassName
{
color: #56708C;
}
</style>
background-color css
<style>
a { background-color: #56708C; }
a { background-color: rgb(86,112,140); }
div.DivClassName
{
background-color: #56708C;
}
.BgClassName
{
background-color: #56708C;
}
</style>
border-color css
<style>
span { border-color: #56708C; }
span { border-color: rgb(86,112,140); }
td.TdClassName
{
border-color: #56708C;
}
.TagClassName
{
border-color: #56708C;
}
</style>