Shades of Kashmir Blue #56678C
Tints of Kashmir Blue #56678C
RGB
CMYK
RGB Variations
Color information
#56678C (or 0x56678C) is known color: Kashmir Blue. HEX triplet: 56, 67 and 8C. RGB value is (86,103,140). Sum of RGB (Red+Green+Blue) = 86+103+140=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #56678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56678C is #A99873. Grayscale: #656565. Windows color (decimal): -11114612 or 9201494. OLE color: 9201494.
HSL color Cylindrical-coordinate representation of color #56678C: hue angle of 221.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56678C is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 103 | 140 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.45 |
| HSL | 221.11º | 0.24% | 0.44% | - |
| HSV(B) | 221.11º | 0.39% | 0.55% | - |
| XYZ | 13.42 | 13.57 | 26.72 | - |
| YUV | 102.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 140 | 0.39 | 0.26 | 0 | 0.45 | 221.11 | 0.24 | 0.44 |
| Hex | 56 | 67 | 8C | 27 | 1A | 0 | 2D | DD | 18 | 2C |
| Octal | 126 | 147 | 214 | 47 | 32 | 0 | 55 | 335 | 30 | 54 |
| Binary | 1010110 | 1100111 | 10001100 | 100111 | 11010 | 0 | 101101 | 11011101 | 11000 | 101100 |
Color Harmonies of #56678C
Complementary color
Monochromatic Colors of #56678C
Black with #56678C
Text Example
Text Example
White with #56678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56678C; }
p { color: rgb(86,103,140); }
H1.HeaderClassName
{
color: #56678C;
}
.AnyTagClassName
{
color: #56678C;
}
</style>
background-color css
<style>
a { background-color: #56678C; }
a { background-color: rgb(86,103,140); }
div.DivClassName
{
background-color: #56678C;
}
.BgClassName
{
background-color: #56678C;
}
</style>
border-color css
<style>
span { border-color: #56678C; }
span { border-color: rgb(86,103,140); }
td.TdClassName
{
border-color: #56678C;
}
.TagClassName
{
border-color: #56678C;
}
</style>