Shades of Kashmir Blue #566F92
Tints of Kashmir Blue #566F92
RGB
CMYK
RGB Variations
Color information
#566F92 (or 0x566F92) is known color: Kashmir Blue. HEX triplet: 56, 6F and 92. RGB value is (86,111,146). Sum of RGB (Red+Green+Blue) = 86+111+146=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #566F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F92 is #A9906D. Grayscale: #6B6B6B. Windows color (decimal): -11112558 or 9596758. OLE color: 9596758.
HSL color Cylindrical-coordinate representation of color #566F92: hue angle of 215º 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 #566F92 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 111 | 146 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.43 |
| HSL | 215º | 0.26% | 0.45% | - |
| HSV(B) | 215º | 0.41% | 0.57% | - |
| XYZ | 14.71 | 15.42 | 29.4 | - |
| YUV | 107.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 146 | 0.41 | 0.24 | 0 | 0.43 | 215 | 0.26 | 0.45 |
| Hex | 56 | 6F | 92 | 29 | 18 | 0 | 2B | D7 | 1A | 2D |
| Octal | 126 | 157 | 222 | 51 | 30 | 0 | 53 | 327 | 32 | 55 |
| Binary | 1010110 | 1101111 | 10010010 | 101001 | 11000 | 0 | 101011 | 11010111 | 11010 | 101101 |
Color Harmonies of #566F92
Complementary color
Monochromatic Colors of #566F92
Black with #566F92
Text Example
Text Example
White with #566F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F92; }
p { color: rgb(86,111,146); }
H1.HeaderClassName
{
color: #566F92;
}
.AnyTagClassName
{
color: #566F92;
}
</style>
background-color css
<style>
a { background-color: #566F92; }
a { background-color: rgb(86,111,146); }
div.DivClassName
{
background-color: #566F92;
}
.BgClassName
{
background-color: #566F92;
}
</style>
border-color css
<style>
span { border-color: #566F92; }
span { border-color: rgb(86,111,146); }
td.TdClassName
{
border-color: #566F92;
}
.TagClassName
{
border-color: #566F92;
}
</style>