Shades of Chetwode Blue #5568AF
Tints of Chetwode Blue #5568AF
RGB
CMYK
RGB Variations
Color information
#5568AF (or 0x5568AF) is known color: Chetwode Blue. HEX triplet: 55, 68 and AF. RGB value is (85,104,175). Sum of RGB (Red+Green+Blue) = 85+104+175=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #5568AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5568AF is #AA9750. Grayscale: #6A6A6A. Windows color (decimal): -11179857 or 11495509. OLE color: 11495509.
HSL color Cylindrical-coordinate representation of color #5568AF: hue angle of 227.33º 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 #5568AF is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 104 | 175 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.31 |
| HSL | 227.33º | 0.36% | 0.51% | - |
| HSV(B) | 227.33º | 0.51% | 0.69% | - |
| XYZ | 16.43 | 14.93 | 42.57 | - |
| YUV | 106.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 175 | 0.51 | 0.41 | 0 | 0.31 | 227.33 | 0.36 | 0.51 |
| Hex | 55 | 68 | AF | 33 | 29 | 0 | 1F | E3 | 24 | 33 |
| Octal | 125 | 150 | 257 | 63 | 51 | 0 | 37 | 343 | 44 | 63 |
| Binary | 1010101 | 1101000 | 10101111 | 110011 | 101001 | 0 | 11111 | 11100011 | 100100 | 110011 |
Color Harmonies of #5568AF
Complementary color
Monochromatic Colors of #5568AF
Black with #5568AF
Text Example
Text Example
White with #5568AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5568AF; }
p { color: rgb(85,104,175); }
H1.HeaderClassName
{
color: #5568AF;
}
.AnyTagClassName
{
color: #5568AF;
}
</style>
background-color css
<style>
a { background-color: #5568AF; }
a { background-color: rgb(85,104,175); }
div.DivClassName
{
background-color: #5568AF;
}
.BgClassName
{
background-color: #5568AF;
}
</style>
border-color css
<style>
span { border-color: #5568AF; }
span { border-color: rgb(85,104,175); }
td.TdClassName
{
border-color: #5568AF;
}
.TagClassName
{
border-color: #5568AF;
}
</style>