Shades of Kashmir Blue #566C92
Tints of Kashmir Blue #566C92
RGB
CMYK
RGB Variations
Color information
#566C92 (or 0x566C92) is known color: Kashmir Blue. HEX triplet: 56, 6C and 92. RGB value is (86,108,146). Sum of RGB (Red+Green+Blue) = 86+108+146=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #566C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566C92 is #A9936D. Grayscale: #696969. Windows color (decimal): -11113326 or 9595990. OLE color: 9595990.
HSL color Cylindrical-coordinate representation of color #566C92: hue angle of 218º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #566C92 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 108 | 146 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.43 |
| HSL | 218º | 0.26% | 0.45% | - |
| HSV(B) | 218º | 0.41% | 0.57% | - |
| XYZ | 14.39 | 14.78 | 29.29 | - |
| YUV | 105.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 146 | 0.41 | 0.26 | 0 | 0.43 | 218 | 0.26 | 0.45 |
| Hex | 56 | 6C | 92 | 29 | 1A | 0 | 2B | DA | 1A | 2D |
| Octal | 126 | 154 | 222 | 51 | 32 | 0 | 53 | 332 | 32 | 55 |
| Binary | 1010110 | 1101100 | 10010010 | 101001 | 11010 | 0 | 101011 | 11011010 | 11010 | 101101 |
Color Harmonies of #566C92
Complementary color
Monochromatic Colors of #566C92
Black with #566C92
Text Example
Text Example
White with #566C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C92; }
p { color: rgb(86,108,146); }
H1.HeaderClassName
{
color: #566C92;
}
.AnyTagClassName
{
color: #566C92;
}
</style>
background-color css
<style>
a { background-color: #566C92; }
a { background-color: rgb(86,108,146); }
div.DivClassName
{
background-color: #566C92;
}
.BgClassName
{
background-color: #566C92;
}
</style>
border-color css
<style>
span { border-color: #566C92; }
span { border-color: rgb(86,108,146); }
td.TdClassName
{
border-color: #566C92;
}
.TagClassName
{
border-color: #566C92;
}
</style>