Shades of Kashmir Blue #56657F
Tints of Kashmir Blue #56657F
RGB
CMYK
RGB Variations
Color information
#56657F (or 0x56657F) is known color: Kashmir Blue. HEX triplet: 56, 65 and 7F. RGB value is (86,101,127). Sum of RGB (Red+Green+Blue) = 86+101+127=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #56657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56657F is #A99A80. Grayscale: #636363. Windows color (decimal): -11115137 or 8349014. OLE color: 8349014.
HSL color Cylindrical-coordinate representation of color #56657F: hue angle of 218.05º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56657F is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 101 | 127 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.50 |
| HSL | 218.05º | 0.19% | 0.42% | - |
| HSV(B) | 218.05º | 0.32% | 0.5% | - |
| XYZ | 12.32 | 12.82 | 21.9 | - |
| YUV | 99.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 127 | 0.32 | 0.20 | 0 | 0.50 | 218.05 | 0.19 | 0.42 |
| Hex | 56 | 65 | 7F | 20 | 14 | 0 | 32 | DA | 13 | 2A |
| Octal | 126 | 145 | 177 | 40 | 24 | 0 | 62 | 332 | 23 | 52 |
| Binary | 1010110 | 1100101 | 1111111 | 100000 | 10100 | 0 | 110010 | 11011010 | 10011 | 101010 |
Color Harmonies of #56657F
Complementary color
Monochromatic Colors of #56657F
Black with #56657F
Text Example
Text Example
White with #56657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56657F; }
p { color: rgb(86,101,127); }
H1.HeaderClassName
{
color: #56657F;
}
.AnyTagClassName
{
color: #56657F;
}
</style>
background-color css
<style>
a { background-color: #56657F; }
a { background-color: rgb(86,101,127); }
div.DivClassName
{
background-color: #56657F;
}
.BgClassName
{
background-color: #56657F;
}
</style>
border-color css
<style>
span { border-color: #56657F; }
span { border-color: rgb(86,101,127); }
td.TdClassName
{
border-color: #56657F;
}
.TagClassName
{
border-color: #56657F;
}
</style>