Shades of Kashmir Blue #566A84
Tints of Kashmir Blue #566A84
RGB
CMYK
RGB Variations
Color information
#566A84 (or 0x566A84) is known color: Kashmir Blue. HEX triplet: 56, 6A and 84. RGB value is (86,106,132). Sum of RGB (Red+Green+Blue) = 86+106+132=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #566A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A84 is #A9957B. Grayscale: #666666. Windows color (decimal): -11113852 or 8677974. OLE color: 8677974.
HSL color Cylindrical-coordinate representation of color #566A84: hue angle of 213.91º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #566A84 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 106 | 132 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.48 |
| HSL | 213.91º | 0.21% | 0.43% | - |
| HSV(B) | 213.91º | 0.35% | 0.52% | - |
| XYZ | 13.16 | 13.95 | 23.83 | - |
| YUV | 102.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 132 | 0.35 | 0.20 | 0 | 0.48 | 213.91 | 0.21 | 0.43 |
| Hex | 56 | 6A | 84 | 23 | 14 | 0 | 30 | D6 | 15 | 2B |
| Octal | 126 | 152 | 204 | 43 | 24 | 0 | 60 | 326 | 25 | 53 |
| Binary | 1010110 | 1101010 | 10000100 | 100011 | 10100 | 0 | 110000 | 11010110 | 10101 | 101011 |
Color Harmonies of #566A84
Complementary color
Monochromatic Colors of #566A84
Black with #566A84
Text Example
Text Example
White with #566A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A84; }
p { color: rgb(86,106,132); }
H1.HeaderClassName
{
color: #566A84;
}
.AnyTagClassName
{
color: #566A84;
}
</style>
background-color css
<style>
a { background-color: #566A84; }
a { background-color: rgb(86,106,132); }
div.DivClassName
{
background-color: #566A84;
}
.BgClassName
{
background-color: #566A84;
}
</style>
border-color css
<style>
span { border-color: #566A84; }
span { border-color: rgb(86,106,132); }
td.TdClassName
{
border-color: #566A84;
}
.TagClassName
{
border-color: #566A84;
}
</style>