Shades of Chetwode Blue #556DB2
Tints of Chetwode Blue #556DB2
RGB
CMYK
RGB Variations
Color information
#556DB2 (or 0x556DB2) is known color: Chetwode Blue. HEX triplet: 55, 6D and B2. RGB value is (85,109,178). Sum of RGB (Red+Green+Blue) = 85+109+178=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #556DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556DB2 is #AA924D. Grayscale: #6D6D6D. Windows color (decimal): -11178574 or 11693397. OLE color: 11693397.
HSL color Cylindrical-coordinate representation of color #556DB2: hue angle of 224.52º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #556DB2 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 109 | 178 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.30 |
| HSL | 224.52º | 0.38% | 0.52% | - |
| HSV(B) | 224.52º | 0.52% | 0.7% | - |
| XYZ | 17.25 | 16.08 | 44.31 | - |
| YUV | 109.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 178 | 0.52 | 0.39 | 0 | 0.30 | 224.52 | 0.38 | 0.52 |
| Hex | 55 | 6D | B2 | 34 | 27 | 0 | 1E | E1 | 26 | 34 |
| Octal | 125 | 155 | 262 | 64 | 47 | 0 | 36 | 341 | 46 | 64 |
| Binary | 1010101 | 1101101 | 10110010 | 110100 | 100111 | 0 | 11110 | 11100001 | 100110 | 110100 |
Color Harmonies of #556DB2
Complementary color
Monochromatic Colors of #556DB2
Black with #556DB2
Text Example
Text Example
White with #556DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DB2; }
p { color: rgb(85,109,178); }
H1.HeaderClassName
{
color: #556DB2;
}
.AnyTagClassName
{
color: #556DB2;
}
</style>
background-color css
<style>
a { background-color: #556DB2; }
a { background-color: rgb(85,109,178); }
div.DivClassName
{
background-color: #556DB2;
}
.BgClassName
{
background-color: #556DB2;
}
</style>
border-color css
<style>
span { border-color: #556DB2; }
span { border-color: rgb(85,109,178); }
td.TdClassName
{
border-color: #556DB2;
}
.TagClassName
{
border-color: #556DB2;
}
</style>