Shades of Kashmir Blue #556C8C
Tints of Kashmir Blue #556C8C
RGB
CMYK
RGB Variations
Color information
#556C8C (or 0x556C8C) is known color: Kashmir Blue. HEX triplet: 55, 6C and 8C. RGB value is (85,108,140). Sum of RGB (Red+Green+Blue) = 85+108+140=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 140 - color contains mainly: blue. Hex color #556C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C8C is #AA9373. Grayscale: #686868. Windows color (decimal): -11178868 or 9202773. OLE color: 9202773.
HSL color Cylindrical-coordinate representation of color #556C8C: hue angle of 214.91º 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 #556C8C is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 108 | 140 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.45 |
| HSL | 214.91º | 0.24% | 0.44% | - |
| HSV(B) | 214.91º | 0.39% | 0.55% | - |
| XYZ | 13.84 | 14.55 | 26.89 | - |
| YUV | 104.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 140 | 0.39 | 0.23 | 0 | 0.45 | 214.91 | 0.24 | 0.44 |
| Hex | 55 | 6C | 8C | 27 | 17 | 0 | 2D | D7 | 18 | 2C |
| Octal | 125 | 154 | 214 | 47 | 27 | 0 | 55 | 327 | 30 | 54 |
| Binary | 1010101 | 1101100 | 10001100 | 100111 | 10111 | 0 | 101101 | 11010111 | 11000 | 101100 |
Color Harmonies of #556C8C
Complementary color
Monochromatic Colors of #556C8C
Black with #556C8C
Text Example
Text Example
White with #556C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C8C; }
p { color: rgb(85,108,140); }
H1.HeaderClassName
{
color: #556C8C;
}
.AnyTagClassName
{
color: #556C8C;
}
</style>
background-color css
<style>
a { background-color: #556C8C; }
a { background-color: rgb(85,108,140); }
div.DivClassName
{
background-color: #556C8C;
}
.BgClassName
{
background-color: #556C8C;
}
</style>
border-color css
<style>
span { border-color: #556C8C; }
span { border-color: rgb(85,108,140); }
td.TdClassName
{
border-color: #556C8C;
}
.TagClassName
{
border-color: #556C8C;
}
</style>