Shades of Chetwode Blue #556CAF
Tints of Chetwode Blue #556CAF
RGB
CMYK
RGB Variations
Color information
#556CAF (or 0x556CAF) is known color: Chetwode Blue. HEX triplet: 55, 6C and AF. RGB value is (85,108,175). Sum of RGB (Red+Green+Blue) = 85+108+175=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #556CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556CAF is #AA9350. Grayscale: #6C6C6C. Windows color (decimal): -11178833 or 11496533. OLE color: 11496533.
HSL color Cylindrical-coordinate representation of color #556CAF: hue angle of 224.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #556CAF is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 108 | 175 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.31 |
| HSL | 224.67º | 0.36% | 0.51% | - |
| HSV(B) | 224.67º | 0.51% | 0.69% | - |
| XYZ | 16.85 | 15.75 | 42.71 | - |
| YUV | 108.76 | 165.38 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 175 | 0.51 | 0.38 | 0 | 0.31 | 224.67 | 0.36 | 0.51 |
| Hex | 55 | 6C | AF | 33 | 26 | 0 | 1F | E1 | 24 | 33 |
| Octal | 125 | 154 | 257 | 63 | 46 | 0 | 37 | 341 | 44 | 63 |
| Binary | 1010101 | 1101100 | 10101111 | 110011 | 100110 | 0 | 11111 | 11100001 | 100100 | 110011 |
Color Harmonies of #556CAF
Complementary color
Monochromatic Colors of #556CAF
Black with #556CAF
Text Example
Text Example
White with #556CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556CAF; }
p { color: rgb(85,108,175); }
H1.HeaderClassName
{
color: #556CAF;
}
.AnyTagClassName
{
color: #556CAF;
}
</style>
background-color css
<style>
a { background-color: #556CAF; }
a { background-color: rgb(85,108,175); }
div.DivClassName
{
background-color: #556CAF;
}
.BgClassName
{
background-color: #556CAF;
}
</style>
border-color css
<style>
span { border-color: #556CAF; }
span { border-color: rgb(85,108,175); }
td.TdClassName
{
border-color: #556CAF;
}
.TagClassName
{
border-color: #556CAF;
}
</style>