Shades of Chetwode Blue #556FC5
Tints of Chetwode Blue #556FC5
RGB
CMYK
RGB Variations
Color information
#556FC5 (or 0x556FC5) is known color: Chetwode Blue. HEX triplet: 55, 6F and C5. RGB value is (85,111,197). Sum of RGB (Red+Green+Blue) = 85+111+197=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #556FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FC5 is #AA903A. Grayscale: #707070. Windows color (decimal): -11178043 or 12939093. OLE color: 12939093.
HSL color Cylindrical-coordinate representation of color #556FC5: hue angle of 226.07º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #556FC5 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 111 | 197 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.23 |
| HSL | 226.07º | 0.49% | 0.55% | - |
| HSV(B) | 226.07º | 0.57% | 0.77% | - |
| XYZ | 19.51 | 17.33 | 55.14 | - |
| YUV | 113.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 197 | 0.57 | 0.44 | 0 | 0.23 | 226.07 | 0.49 | 0.55 |
| Hex | 55 | 6F | C5 | 39 | 2C | 0 | 17 | E2 | 31 | 37 |
| Octal | 125 | 157 | 305 | 71 | 54 | 0 | 27 | 342 | 61 | 67 |
| Binary | 1010101 | 1101111 | 11000101 | 111001 | 101100 | 0 | 10111 | 11100010 | 110001 | 110111 |
Color Harmonies of #556FC5
Complementary color
Monochromatic Colors of #556FC5
Black with #556FC5
Text Example
Text Example
White with #556FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556FC5; }
p { color: rgb(85,111,197); }
H1.HeaderClassName
{
color: #556FC5;
}
.AnyTagClassName
{
color: #556FC5;
}
</style>
background-color css
<style>
a { background-color: #556FC5; }
a { background-color: rgb(85,111,197); }
div.DivClassName
{
background-color: #556FC5;
}
.BgClassName
{
background-color: #556FC5;
}
</style>
border-color css
<style>
span { border-color: #556FC5; }
span { border-color: rgb(85,111,197); }
td.TdClassName
{
border-color: #556FC5;
}
.TagClassName
{
border-color: #556FC5;
}
</style>