Shades of Kashmir Blue #56668B
Tints of Kashmir Blue #56668B
RGB
CMYK
RGB Variations
Color information
#56668B (or 0x56668B) is known color: Kashmir Blue. HEX triplet: 56, 66 and 8B. RGB value is (86,102,139). Sum of RGB (Red+Green+Blue) = 86+102+139=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #56668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56668B is #A99974. Grayscale: #656565. Windows color (decimal): -11114869 or 9135702. OLE color: 9135702.
HSL color Cylindrical-coordinate representation of color #56668B: hue angle of 221.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56668B is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 102 | 139 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.45 |
| HSL | 221.89º | 0.24% | 0.44% | - |
| HSV(B) | 221.89º | 0.38% | 0.55% | - |
| XYZ | 13.25 | 13.35 | 26.3 | - |
| YUV | 101.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 102 | 139 | 0.38 | 0.27 | 0 | 0.45 | 221.89 | 0.24 | 0.44 |
| Hex | 56 | 66 | 8B | 26 | 1B | 0 | 2D | DE | 18 | 2C |
| Octal | 126 | 146 | 213 | 46 | 33 | 0 | 55 | 336 | 30 | 54 |
| Binary | 1010110 | 1100110 | 10001011 | 100110 | 11011 | 0 | 101101 | 11011110 | 11000 | 101100 |
Color Harmonies of #56668B
Complementary color
Monochromatic Colors of #56668B
Black with #56668B
Text Example
Text Example
White with #56668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56668B; }
p { color: rgb(86,102,139); }
H1.HeaderClassName
{
color: #56668B;
}
.AnyTagClassName
{
color: #56668B;
}
</style>
background-color css
<style>
a { background-color: #56668B; }
a { background-color: rgb(86,102,139); }
div.DivClassName
{
background-color: #56668B;
}
.BgClassName
{
background-color: #56668B;
}
</style>
border-color css
<style>
span { border-color: #56668B; }
span { border-color: rgb(86,102,139); }
td.TdClassName
{
border-color: #56668B;
}
.TagClassName
{
border-color: #56668B;
}
</style>