Shades of Chetwode Blue #5469BA
Tints of Chetwode Blue #5469BA
RGB
CMYK
RGB Variations
Color information
#5469BA (or 0x5469BA) is known color: Chetwode Blue. HEX triplet: 54, 69 and BA. RGB value is (84,105,186). Sum of RGB (Red+Green+Blue) = 84+105+186=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #5469BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5469BA is #AB9645. Grayscale: #6B6B6B. Windows color (decimal): -11245126 or 12216660. OLE color: 12216660.
HSL color Cylindrical-coordinate representation of color #5469BA: hue angle of 227.65º 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 #5469BA is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 105 | 186 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.27 |
| HSL | 227.65º | 0.43% | 0.53% | - |
| HSV(B) | 227.65º | 0.55% | 0.73% | - |
| XYZ | 17.57 | 15.53 | 48.53 | - |
| YUV | 107.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 186 | 0.55 | 0.44 | 0 | 0.27 | 227.65 | 0.43 | 0.53 |
| Hex | 54 | 69 | BA | 37 | 2C | 0 | 1B | E4 | 2A | 35 |
| Octal | 124 | 151 | 272 | 67 | 54 | 0 | 33 | 344 | 52 | 65 |
| Binary | 1010100 | 1101001 | 10111010 | 110111 | 101100 | 0 | 11011 | 11100100 | 101010 | 110101 |
Color Harmonies of #5469BA
Complementary color
Monochromatic Colors of #5469BA
Black with #5469BA
Text Example
Text Example
White with #5469BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5469BA; }
p { color: rgb(84,105,186); }
H1.HeaderClassName
{
color: #5469BA;
}
.AnyTagClassName
{
color: #5469BA;
}
</style>
background-color css
<style>
a { background-color: #5469BA; }
a { background-color: rgb(84,105,186); }
div.DivClassName
{
background-color: #5469BA;
}
.BgClassName
{
background-color: #5469BA;
}
</style>
border-color css
<style>
span { border-color: #5469BA; }
span { border-color: rgb(84,105,186); }
td.TdClassName
{
border-color: #5469BA;
}
.TagClassName
{
border-color: #5469BA;
}
</style>