Shades of Kashmir Blue #56708A
Tints of Kashmir Blue #56708A
RGB
CMYK
RGB Variations
Color information
#56708A (or 0x56708A) is known color: Kashmir Blue. HEX triplet: 56, 70 and 8A. RGB value is (86,112,138). Sum of RGB (Red+Green+Blue) = 86+112+138=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #56708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56708A is #A98F75. Grayscale: #6B6B6B. Windows color (decimal): -11112310 or 9072726. OLE color: 9072726.
HSL color Cylindrical-coordinate representation of color #56708A: hue angle of 210º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56708A is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 112 | 138 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.46 |
| HSL | 210º | 0.23% | 0.44% | - |
| HSV(B) | 210º | 0.38% | 0.54% | - |
| XYZ | 14.22 | 15.4 | 26.27 | - |
| YUV | 107.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 138 | 0.38 | 0.19 | 0 | 0.46 | 210 | 0.23 | 0.44 |
| Hex | 56 | 70 | 8A | 26 | 13 | 0 | 2E | D2 | 17 | 2C |
| Octal | 126 | 160 | 212 | 46 | 23 | 0 | 56 | 322 | 27 | 54 |
| Binary | 1010110 | 1110000 | 10001010 | 100110 | 10011 | 0 | 101110 | 11010010 | 10111 | 101100 |
Color Harmonies of #56708A
Complementary color
Monochromatic Colors of #56708A
Black with #56708A
Text Example
Text Example
White with #56708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56708A; }
p { color: rgb(86,112,138); }
H1.HeaderClassName
{
color: #56708A;
}
.AnyTagClassName
{
color: #56708A;
}
</style>
background-color css
<style>
a { background-color: #56708A; }
a { background-color: rgb(86,112,138); }
div.DivClassName
{
background-color: #56708A;
}
.BgClassName
{
background-color: #56708A;
}
</style>
border-color css
<style>
span { border-color: #56708A; }
span { border-color: rgb(86,112,138); }
td.TdClassName
{
border-color: #56708A;
}
.TagClassName
{
border-color: #56708A;
}
</style>