Shades of Chetwode Blue #5A6DAE
Tints of Chetwode Blue #5A6DAE
RGB
CMYK
RGB Variations
Color information
#5A6DAE (or 0x5A6DAE) is known color: Chetwode Blue. HEX triplet: 5A, 6D and AE. RGB value is (90,109,174). Sum of RGB (Red+Green+Blue) = 90+109+174=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A6DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6DAE is #A59251. Grayscale: #6E6E6E. Windows color (decimal): -10850898 or 11431258. OLE color: 11431258.
HSL color Cylindrical-coordinate representation of color #5A6DAE: hue angle of 226.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A6DAE is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 109 | 174 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.32 |
| HSL | 226.43º | 0.34% | 0.52% | - |
| HSV(B) | 226.43º | 0.48% | 0.68% | - |
| XYZ | 17.33 | 16.17 | 42.25 | - |
| YUV | 110.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 174 | 0.48 | 0.37 | 0 | 0.32 | 226.43 | 0.34 | 0.52 |
| Hex | 5A | 6D | AE | 30 | 25 | 0 | 20 | E2 | 22 | 34 |
| Octal | 132 | 155 | 256 | 60 | 45 | 0 | 40 | 342 | 42 | 64 |
| Binary | 1011010 | 1101101 | 10101110 | 110000 | 100101 | 0 | 100000 | 11100010 | 100010 | 110100 |
Color Harmonies of #5A6DAE
Complementary color
Monochromatic Colors of #5A6DAE
Black with #5A6DAE
Text Example
Text Example
White with #5A6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6DAE; }
p { color: rgb(90,109,174); }
H1.HeaderClassName
{
color: #5A6DAE;
}
.AnyTagClassName
{
color: #5A6DAE;
}
</style>
background-color css
<style>
a { background-color: #5A6DAE; }
a { background-color: rgb(90,109,174); }
div.DivClassName
{
background-color: #5A6DAE;
}
.BgClassName
{
background-color: #5A6DAE;
}
</style>
border-color css
<style>
span { border-color: #5A6DAE; }
span { border-color: rgb(90,109,174); }
td.TdClassName
{
border-color: #5A6DAE;
}
.TagClassName
{
border-color: #5A6DAE;
}
</style>