Shades of Chetwode Blue #5567AF
Tints of Chetwode Blue #5567AF
RGB
CMYK
RGB Variations
Color information
#5567AF (or 0x5567AF) is known color: Chetwode Blue. HEX triplet: 55, 67 and AF. RGB value is (85,103,175). Sum of RGB (Red+Green+Blue) = 85+103+175=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #5567AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5567AF is #AA9850. Grayscale: #696969. Windows color (decimal): -11180113 or 11495253. OLE color: 11495253.
HSL color Cylindrical-coordinate representation of color #5567AF: hue angle of 228º 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 #5567AF is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 103 | 175 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.31 |
| HSL | 228º | 0.36% | 0.51% | - |
| HSV(B) | 228º | 0.51% | 0.69% | - |
| XYZ | 16.33 | 14.73 | 42.54 | - |
| YUV | 105.83 | 167.04 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 175 | 0.51 | 0.41 | 0 | 0.31 | 228 | 0.36 | 0.51 |
| Hex | 55 | 67 | AF | 33 | 29 | 0 | 1F | E4 | 24 | 33 |
| Octal | 125 | 147 | 257 | 63 | 51 | 0 | 37 | 344 | 44 | 63 |
| Binary | 1010101 | 1100111 | 10101111 | 110011 | 101001 | 0 | 11111 | 11100100 | 100100 | 110011 |
Color Harmonies of #5567AF
Complementary color
Monochromatic Colors of #5567AF
Black with #5567AF
Text Example
Text Example
White with #5567AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5567AF; }
p { color: rgb(85,103,175); }
H1.HeaderClassName
{
color: #5567AF;
}
.AnyTagClassName
{
color: #5567AF;
}
</style>
background-color css
<style>
a { background-color: #5567AF; }
a { background-color: rgb(85,103,175); }
div.DivClassName
{
background-color: #5567AF;
}
.BgClassName
{
background-color: #5567AF;
}
</style>
border-color css
<style>
span { border-color: #5567AF; }
span { border-color: rgb(85,103,175); }
td.TdClassName
{
border-color: #5567AF;
}
.TagClassName
{
border-color: #5567AF;
}
</style>