Shades of Chetwode Blue #556CB1
Tints of Chetwode Blue #556CB1
RGB
CMYK
RGB Variations
Color information
#556CB1 (or 0x556CB1) is known color: Chetwode Blue. HEX triplet: 55, 6C and B1. RGB value is (85,108,177). Sum of RGB (Red+Green+Blue) = 85+108+177=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #556CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556CB1 is #AA934E. Grayscale: #6C6C6C. Windows color (decimal): -11178831 or 11627605. OLE color: 11627605.
HSL color Cylindrical-coordinate representation of color #556CB1: hue angle of 225º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #556CB1 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 108 | 177 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.31 |
| HSL | 225º | 0.37% | 0.51% | - |
| HSV(B) | 225º | 0.52% | 0.69% | - |
| XYZ | 17.04 | 15.83 | 43.75 | - |
| YUV | 108.99 | 166.38 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 177 | 0.52 | 0.39 | 0 | 0.31 | 225 | 0.37 | 0.51 |
| Hex | 55 | 6C | B1 | 34 | 27 | 0 | 1F | E1 | 25 | 33 |
| Octal | 125 | 154 | 261 | 64 | 47 | 0 | 37 | 341 | 45 | 63 |
| Binary | 1010101 | 1101100 | 10110001 | 110100 | 100111 | 0 | 11111 | 11100001 | 100101 | 110011 |
Color Harmonies of #556CB1
Complementary color
Monochromatic Colors of #556CB1
Black with #556CB1
Text Example
Text Example
White with #556CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556CB1; }
p { color: rgb(85,108,177); }
H1.HeaderClassName
{
color: #556CB1;
}
.AnyTagClassName
{
color: #556CB1;
}
</style>
background-color css
<style>
a { background-color: #556CB1; }
a { background-color: rgb(85,108,177); }
div.DivClassName
{
background-color: #556CB1;
}
.BgClassName
{
background-color: #556CB1;
}
</style>
border-color css
<style>
span { border-color: #556CB1; }
span { border-color: rgb(85,108,177); }
td.TdClassName
{
border-color: #556CB1;
}
.TagClassName
{
border-color: #556CB1;
}
</style>