Shades of Chetwode Blue #5468AE
Tints of Chetwode Blue #5468AE
RGB
CMYK
RGB Variations
Color information
#5468AE (or 0x5468AE) is known color: Chetwode Blue. HEX triplet: 54, 68 and AE. RGB value is (84,104,174). Sum of RGB (Red+Green+Blue) = 84+104+174=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #5468AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5468AE is #AB9751. Grayscale: #696969. Windows color (decimal): -11245394 or 11429972. OLE color: 11429972.
HSL color Cylindrical-coordinate representation of color #5468AE: hue angle of 226.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5468AE is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 104 | 174 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.32 |
| HSL | 226.67º | 0.36% | 0.51% | - |
| HSV(B) | 226.67º | 0.52% | 0.68% | - |
| XYZ | 16.25 | 14.84 | 42.05 | - |
| YUV | 106 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 174 | 0.52 | 0.40 | 0 | 0.32 | 226.67 | 0.36 | 0.51 |
| Hex | 54 | 68 | AE | 34 | 28 | 0 | 20 | E3 | 24 | 33 |
| Octal | 124 | 150 | 256 | 64 | 50 | 0 | 40 | 343 | 44 | 63 |
| Binary | 1010100 | 1101000 | 10101110 | 110100 | 101000 | 0 | 100000 | 11100011 | 100100 | 110011 |
Color Harmonies of #5468AE
Complementary color
Monochromatic Colors of #5468AE
Black with #5468AE
Text Example
Text Example
White with #5468AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468AE; }
p { color: rgb(84,104,174); }
H1.HeaderClassName
{
color: #5468AE;
}
.AnyTagClassName
{
color: #5468AE;
}
</style>
background-color css
<style>
a { background-color: #5468AE; }
a { background-color: rgb(84,104,174); }
div.DivClassName
{
background-color: #5468AE;
}
.BgClassName
{
background-color: #5468AE;
}
</style>
border-color css
<style>
span { border-color: #5468AE; }
span { border-color: rgb(84,104,174); }
td.TdClassName
{
border-color: #5468AE;
}
.TagClassName
{
border-color: #5468AE;
}
</style>