Shades of Chetwode Blue #556CCB
Tints of Chetwode Blue #556CCB
RGB
CMYK
RGB Variations
Color information
#556CCB (or 0x556CCB) is known color: Chetwode Blue. HEX triplet: 55, 6C and CB. RGB value is (85,108,203). Sum of RGB (Red+Green+Blue) = 85+108+203=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #556CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CCB is #AA9334. Grayscale: #6F6F6F. Windows color (decimal): -11178805 or 13331541. OLE color: 13331541.
HSL color Cylindrical-coordinate representation of color #556CCB: hue angle of 228.31º 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 #556CCB is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 108 | 203 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.20 |
| HSL | 228.31º | 0.53% | 0.56% | - |
| HSV(B) | 228.31º | 0.58% | 0.8% | - |
| XYZ | 19.89 | 16.97 | 58.73 | - |
| YUV | 111.95 | 179.38 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 203 | 0.58 | 0.47 | 0 | 0.20 | 228.31 | 0.53 | 0.56 |
| Hex | 55 | 6C | CB | 3A | 2F | 0 | 14 | E4 | 35 | 38 |
| Octal | 125 | 154 | 313 | 72 | 57 | 0 | 24 | 344 | 65 | 70 |
| Binary | 1010101 | 1101100 | 11001011 | 111010 | 101111 | 0 | 10100 | 11100100 | 110101 | 111000 |
Color Harmonies of #556CCB
Complementary color
Monochromatic Colors of #556CCB
Black with #556CCB
Text Example
Text Example
White with #556CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556CCB; }
p { color: rgb(85,108,203); }
H1.HeaderClassName
{
color: #556CCB;
}
.AnyTagClassName
{
color: #556CCB;
}
</style>
background-color css
<style>
a { background-color: #556CCB; }
a { background-color: rgb(85,108,203); }
div.DivClassName
{
background-color: #556CCB;
}
.BgClassName
{
background-color: #556CCB;
}
</style>
border-color css
<style>
span { border-color: #556CCB; }
span { border-color: rgb(85,108,203); }
td.TdClassName
{
border-color: #556CCB;
}
.TagClassName
{
border-color: #556CCB;
}
</style>