Shades of Chetwode Blue #5569AF
Tints of Chetwode Blue #5569AF
RGB
CMYK
RGB Variations
Color information
#5569AF (or 0x5569AF) is known color: Chetwode Blue. HEX triplet: 55, 69 and AF. RGB value is (85,105,175). Sum of RGB (Red+Green+Blue) = 85+105+175=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #5569AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5569AF is #AA9650. Grayscale: #6A6A6A. Windows color (decimal): -11179601 or 11495765. OLE color: 11495765.
HSL color Cylindrical-coordinate representation of color #5569AF: hue angle of 226.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 #5569AF is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 105 | 175 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.31 |
| HSL | 226.67º | 0.36% | 0.51% | - |
| HSV(B) | 226.67º | 0.51% | 0.69% | - |
| XYZ | 16.54 | 15.13 | 42.61 | - |
| YUV | 107 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 175 | 0.51 | 0.40 | 0 | 0.31 | 226.67 | 0.36 | 0.51 |
| Hex | 55 | 69 | AF | 33 | 28 | 0 | 1F | E3 | 24 | 33 |
| Octal | 125 | 151 | 257 | 63 | 50 | 0 | 37 | 343 | 44 | 63 |
| Binary | 1010101 | 1101001 | 10101111 | 110011 | 101000 | 0 | 11111 | 11100011 | 100100 | 110011 |
Color Harmonies of #5569AF
Complementary color
Monochromatic Colors of #5569AF
Black with #5569AF
Text Example
Text Example
White with #5569AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5569AF; }
p { color: rgb(85,105,175); }
H1.HeaderClassName
{
color: #5569AF;
}
.AnyTagClassName
{
color: #5569AF;
}
</style>
background-color css
<style>
a { background-color: #5569AF; }
a { background-color: rgb(85,105,175); }
div.DivClassName
{
background-color: #5569AF;
}
.BgClassName
{
background-color: #5569AF;
}
</style>
border-color css
<style>
span { border-color: #5569AF; }
span { border-color: rgb(85,105,175); }
td.TdClassName
{
border-color: #5569AF;
}
.TagClassName
{
border-color: #5569AF;
}
</style>