Shades of Kashmir Blue #56647F
Tints of Kashmir Blue #56647F
RGB
CMYK
RGB Variations
Color information
#56647F (or 0x56647F) is known color: Kashmir Blue. HEX triplet: 56, 64 and 7F. RGB value is (86,100,127). Sum of RGB (Red+Green+Blue) = 86+100+127=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #56647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56647F is #A99B80. Grayscale: #626262. Windows color (decimal): -11115393 or 8348758. OLE color: 8348758.
HSL color Cylindrical-coordinate representation of color #56647F: hue angle of 219.51º 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 #56647F is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 100 | 127 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.50 |
| HSL | 219.51º | 0.19% | 0.42% | - |
| HSV(B) | 219.51º | 0.32% | 0.5% | - |
| XYZ | 12.23 | 12.63 | 21.87 | - |
| YUV | 98.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 100 | 127 | 0.32 | 0.21 | 0 | 0.50 | 219.51 | 0.19 | 0.42 |
| Hex | 56 | 64 | 7F | 20 | 15 | 0 | 32 | DC | 13 | 2A |
| Octal | 126 | 144 | 177 | 40 | 25 | 0 | 62 | 334 | 23 | 52 |
| Binary | 1010110 | 1100100 | 1111111 | 100000 | 10101 | 0 | 110010 | 11011100 | 10011 | 101010 |
Color Harmonies of #56647F
Complementary color
Monochromatic Colors of #56647F
Black with #56647F
Text Example
Text Example
White with #56647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56647F; }
p { color: rgb(86,100,127); }
H1.HeaderClassName
{
color: #56647F;
}
.AnyTagClassName
{
color: #56647F;
}
</style>
background-color css
<style>
a { background-color: #56647F; }
a { background-color: rgb(86,100,127); }
div.DivClassName
{
background-color: #56647F;
}
.BgClassName
{
background-color: #56647F;
}
</style>
border-color css
<style>
span { border-color: #56647F; }
span { border-color: rgb(86,100,127); }
td.TdClassName
{
border-color: #56647F;
}
.TagClassName
{
border-color: #56647F;
}
</style>