Shades of Chetwode Blue #5567BA
Tints of Chetwode Blue #5567BA
RGB
CMYK
RGB Variations
Color information
#5567BA (or 0x5567BA) is known color: Chetwode Blue. HEX triplet: 55, 67 and BA. RGB value is (85,103,186). Sum of RGB (Red+Green+Blue) = 85+103+186=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #5567BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5567BA is #AA9845. Grayscale: #6A6A6A. Windows color (decimal): -11180102 or 12216149. OLE color: 12216149.
HSL color Cylindrical-coordinate representation of color #5567BA: hue angle of 229.31º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5567BA is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 103 | 186 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.27 |
| HSL | 229.31º | 0.42% | 0.53% | - |
| HSV(B) | 229.31º | 0.54% | 0.73% | - |
| XYZ | 17.46 | 15.18 | 48.46 | - |
| YUV | 107.08 | 172.54 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 186 | 0.54 | 0.45 | 0 | 0.27 | 229.31 | 0.42 | 0.53 |
| Hex | 55 | 67 | BA | 36 | 2D | 0 | 1B | E5 | 2A | 35 |
| Octal | 125 | 147 | 272 | 66 | 55 | 0 | 33 | 345 | 52 | 65 |
| Binary | 1010101 | 1100111 | 10111010 | 110110 | 101101 | 0 | 11011 | 11100101 | 101010 | 110101 |
Color Harmonies of #5567BA
Complementary color
Monochromatic Colors of #5567BA
Black with #5567BA
Text Example
Text Example
White with #5567BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5567BA; }
p { color: rgb(85,103,186); }
H1.HeaderClassName
{
color: #5567BA;
}
.AnyTagClassName
{
color: #5567BA;
}
</style>
background-color css
<style>
a { background-color: #5567BA; }
a { background-color: rgb(85,103,186); }
div.DivClassName
{
background-color: #5567BA;
}
.BgClassName
{
background-color: #5567BA;
}
</style>
border-color css
<style>
span { border-color: #5567BA; }
span { border-color: rgb(85,103,186); }
td.TdClassName
{
border-color: #5567BA;
}
.TagClassName
{
border-color: #5567BA;
}
</style>