Shades of Chetwode Blue #5567AC
Tints of Chetwode Blue #5567AC
RGB
CMYK
RGB Variations
Color information
#5567AC (or 0x5567AC) is known color: Chetwode Blue. HEX triplet: 55, 67 and AC. RGB value is (85,103,172). Sum of RGB (Red+Green+Blue) = 85+103+172=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #5567AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5567AC is #AA9853. Grayscale: #696969. Windows color (decimal): -11180116 or 11298645. OLE color: 11298645.
HSL color Cylindrical-coordinate representation of color #5567AC: hue angle of 227.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5567AC is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 103 | 172 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.33 |
| HSL | 227.59º | 0.34% | 0.5% | - |
| HSV(B) | 227.59º | 0.51% | 0.67% | - |
| XYZ | 16.04 | 14.61 | 41 | - |
| YUV | 105.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 172 | 0.51 | 0.40 | 0 | 0.33 | 227.59 | 0.34 | 0.5 |
| Hex | 55 | 67 | AC | 33 | 28 | 0 | 21 | E4 | 22 | 32 |
| Octal | 125 | 147 | 254 | 63 | 50 | 0 | 41 | 344 | 42 | 62 |
| Binary | 1010101 | 1100111 | 10101100 | 110011 | 101000 | 0 | 100001 | 11100100 | 100010 | 110010 |
Color Harmonies of #5567AC
Complementary color
Monochromatic Colors of #5567AC
Black with #5567AC
Text Example
Text Example
White with #5567AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5567AC; }
p { color: rgb(85,103,172); }
H1.HeaderClassName
{
color: #5567AC;
}
.AnyTagClassName
{
color: #5567AC;
}
</style>
background-color css
<style>
a { background-color: #5567AC; }
a { background-color: rgb(85,103,172); }
div.DivClassName
{
background-color: #5567AC;
}
.BgClassName
{
background-color: #5567AC;
}
</style>
border-color css
<style>
span { border-color: #5567AC; }
span { border-color: rgb(85,103,172); }
td.TdClassName
{
border-color: #5567AC;
}
.TagClassName
{
border-color: #5567AC;
}
</style>