Shades of Kashmir Blue #56667F
Tints of Kashmir Blue #56667F
RGB
CMYK
RGB Variations
Color information
#56667F (or 0x56667F) is known color: Kashmir Blue. HEX triplet: 56, 66 and 7F. RGB value is (86,102,127). Sum of RGB (Red+Green+Blue) = 86+102+127=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #56667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56667F is #A99980. Grayscale: #636363. Windows color (decimal): -11114881 or 8349270. OLE color: 8349270.
HSL color Cylindrical-coordinate representation of color #56667F: hue angle of 216.59º 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 #56667F is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 102 | 127 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.50 |
| HSL | 216.59º | 0.19% | 0.42% | - |
| HSV(B) | 216.59º | 0.32% | 0.5% | - |
| XYZ | 12.42 | 13.01 | 21.94 | - |
| YUV | 100.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 102 | 127 | 0.32 | 0.20 | 0 | 0.50 | 216.59 | 0.19 | 0.42 |
| Hex | 56 | 66 | 7F | 20 | 14 | 0 | 32 | D9 | 13 | 2A |
| Octal | 126 | 146 | 177 | 40 | 24 | 0 | 62 | 331 | 23 | 52 |
| Binary | 1010110 | 1100110 | 1111111 | 100000 | 10100 | 0 | 110010 | 11011001 | 10011 | 101010 |
Color Harmonies of #56667F
Complementary color
Monochromatic Colors of #56667F
Black with #56667F
Text Example
Text Example
White with #56667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56667F; }
p { color: rgb(86,102,127); }
H1.HeaderClassName
{
color: #56667F;
}
.AnyTagClassName
{
color: #56667F;
}
</style>
background-color css
<style>
a { background-color: #56667F; }
a { background-color: rgb(86,102,127); }
div.DivClassName
{
background-color: #56667F;
}
.BgClassName
{
background-color: #56667F;
}
</style>
border-color css
<style>
span { border-color: #56667F; }
span { border-color: rgb(86,102,127); }
td.TdClassName
{
border-color: #56667F;
}
.TagClassName
{
border-color: #56667F;
}
</style>