Shades of Chetwode Blue #556FB5
Tints of Chetwode Blue #556FB5
RGB
CMYK
RGB Variations
Color information
#556FB5 (or 0x556FB5) is known color: Chetwode Blue. HEX triplet: 55, 6F and B5. RGB value is (85,111,181). Sum of RGB (Red+Green+Blue) = 85+111+181=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 181 - color contains mainly: blue. Hex color #556FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FB5 is #AA904A. Grayscale: #6E6E6E. Windows color (decimal): -11178059 or 11890517. OLE color: 11890517.
HSL color Cylindrical-coordinate representation of color #556FB5: hue angle of 223.75º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #556FB5 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 111 | 181 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.29 |
| HSL | 223.75º | 0.39% | 0.52% | - |
| HSV(B) | 223.75º | 0.53% | 0.71% | - |
| XYZ | 17.77 | 16.64 | 45.99 | - |
| YUV | 111.21 | 167.39 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 181 | 0.53 | 0.39 | 0 | 0.29 | 223.75 | 0.39 | 0.52 |
| Hex | 55 | 6F | B5 | 35 | 27 | 0 | 1D | E0 | 27 | 34 |
| Octal | 125 | 157 | 265 | 65 | 47 | 0 | 35 | 340 | 47 | 64 |
| Binary | 1010101 | 1101111 | 10110101 | 110101 | 100111 | 0 | 11101 | 11100000 | 100111 | 110100 |
Color Harmonies of #556FB5
Complementary color
Monochromatic Colors of #556FB5
Black with #556FB5
Text Example
Text Example
White with #556FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556FB5; }
p { color: rgb(85,111,181); }
H1.HeaderClassName
{
color: #556FB5;
}
.AnyTagClassName
{
color: #556FB5;
}
</style>
background-color css
<style>
a { background-color: #556FB5; }
a { background-color: rgb(85,111,181); }
div.DivClassName
{
background-color: #556FB5;
}
.BgClassName
{
background-color: #556FB5;
}
</style>
border-color css
<style>
span { border-color: #556FB5; }
span { border-color: rgb(85,111,181); }
td.TdClassName
{
border-color: #556FB5;
}
.TagClassName
{
border-color: #556FB5;
}
</style>