Shades of Chetwode Blue #556BCB
Tints of Chetwode Blue #556BCB
RGB
CMYK
RGB Variations
Color information
#556BCB (or 0x556BCB) is known color: Chetwode Blue. HEX triplet: 55, 6B and CB. RGB value is (85,107,203). Sum of RGB (Red+Green+Blue) = 85+107+203=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #556BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BCB is #AA9434. Grayscale: #6E6E6E. Windows color (decimal): -11179061 or 13331285. OLE color: 13331285.
HSL color Cylindrical-coordinate representation of color #556BCB: hue angle of 228.81º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556BCB is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 107 | 203 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.20 |
| HSL | 228.81º | 0.53% | 0.56% | - |
| HSV(B) | 228.81º | 0.58% | 0.8% | - |
| XYZ | 19.78 | 16.76 | 58.69 | - |
| YUV | 111.37 | 179.71 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 203 | 0.58 | 0.47 | 0 | 0.20 | 228.81 | 0.53 | 0.56 |
| Hex | 55 | 6B | CB | 3A | 2F | 0 | 14 | E5 | 35 | 38 |
| Octal | 125 | 153 | 313 | 72 | 57 | 0 | 24 | 345 | 65 | 70 |
| Binary | 1010101 | 1101011 | 11001011 | 111010 | 101111 | 0 | 10100 | 11100101 | 110101 | 111000 |
Color Harmonies of #556BCB
Complementary color
Monochromatic Colors of #556BCB
Black with #556BCB
Text Example
Text Example
White with #556BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556BCB; }
p { color: rgb(85,107,203); }
H1.HeaderClassName
{
color: #556BCB;
}
.AnyTagClassName
{
color: #556BCB;
}
</style>
background-color css
<style>
a { background-color: #556BCB; }
a { background-color: rgb(85,107,203); }
div.DivClassName
{
background-color: #556BCB;
}
.BgClassName
{
background-color: #556BCB;
}
</style>
border-color css
<style>
span { border-color: #556BCB; }
span { border-color: rgb(85,107,203); }
td.TdClassName
{
border-color: #556BCB;
}
.TagClassName
{
border-color: #556BCB;
}
</style>