Shades of Chetwode Blue #5466BA
Tints of Chetwode Blue #5466BA
RGB
CMYK
RGB Variations
Color information
#5466BA (or 0x5466BA) is known color: Chetwode Blue. HEX triplet: 54, 66 and BA. RGB value is (84,102,186). Sum of RGB (Red+Green+Blue) = 84+102+186=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #5466BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5466BA is #AB9945. Grayscale: #696969. Windows color (decimal): -11245894 or 12215892. OLE color: 12215892.
HSL color Cylindrical-coordinate representation of color #5466BA: hue angle of 229.41º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5466BA is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 102 | 186 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.27 |
| HSL | 229.41º | 0.43% | 0.53% | - |
| HSV(B) | 229.41º | 0.55% | 0.73% | - |
| XYZ | 17.27 | 14.93 | 48.43 | - |
| YUV | 106.19 | 173.04 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 186 | 0.55 | 0.45 | 0 | 0.27 | 229.41 | 0.43 | 0.53 |
| Hex | 54 | 66 | BA | 37 | 2D | 0 | 1B | E5 | 2A | 35 |
| Octal | 124 | 146 | 272 | 67 | 55 | 0 | 33 | 345 | 52 | 65 |
| Binary | 1010100 | 1100110 | 10111010 | 110111 | 101101 | 0 | 11011 | 11100101 | 101010 | 110101 |
Color Harmonies of #5466BA
Complementary color
Monochromatic Colors of #5466BA
Black with #5466BA
Text Example
Text Example
White with #5466BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5466BA; }
p { color: rgb(84,102,186); }
H1.HeaderClassName
{
color: #5466BA;
}
.AnyTagClassName
{
color: #5466BA;
}
</style>
background-color css
<style>
a { background-color: #5466BA; }
a { background-color: rgb(84,102,186); }
div.DivClassName
{
background-color: #5466BA;
}
.BgClassName
{
background-color: #5466BA;
}
</style>
border-color css
<style>
span { border-color: #5466BA; }
span { border-color: rgb(84,102,186); }
td.TdClassName
{
border-color: #5466BA;
}
.TagClassName
{
border-color: #5466BA;
}
</style>