Shades of Chetwode Blue #5A6AAD
Tints of Chetwode Blue #5A6AAD
RGB
CMYK
RGB Variations
Color information
#5A6AAD (or 0x5A6AAD) is known color: Chetwode Blue. HEX triplet: 5A, 6A and AD. RGB value is (90,106,173). Sum of RGB (Red+Green+Blue) = 90+106+173=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A6AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6AAD is #A59552. Grayscale: #6C6C6C. Windows color (decimal): -10851667 or 11364954. OLE color: 11364954.
HSL color Cylindrical-coordinate representation of color #5A6AAD: hue angle of 228.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 #5A6AAD is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 106 | 173 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.32 |
| HSL | 228.43º | 0.34% | 0.52% | - |
| HSV(B) | 228.43º | 0.48% | 0.68% | - |
| XYZ | 16.91 | 15.5 | 41.64 | - |
| YUV | 108.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 173 | 0.48 | 0.39 | 0 | 0.32 | 228.43 | 0.34 | 0.52 |
| Hex | 5A | 6A | AD | 30 | 27 | 0 | 20 | E4 | 22 | 34 |
| Octal | 132 | 152 | 255 | 60 | 47 | 0 | 40 | 344 | 42 | 64 |
| Binary | 1011010 | 1101010 | 10101101 | 110000 | 100111 | 0 | 100000 | 11100100 | 100010 | 110100 |
Color Harmonies of #5A6AAD
Complementary color
Monochromatic Colors of #5A6AAD
Black with #5A6AAD
Text Example
Text Example
White with #5A6AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6AAD; }
p { color: rgb(90,106,173); }
H1.HeaderClassName
{
color: #5A6AAD;
}
.AnyTagClassName
{
color: #5A6AAD;
}
</style>
background-color css
<style>
a { background-color: #5A6AAD; }
a { background-color: rgb(90,106,173); }
div.DivClassName
{
background-color: #5A6AAD;
}
.BgClassName
{
background-color: #5A6AAD;
}
</style>
border-color css
<style>
span { border-color: #5A6AAD; }
span { border-color: rgb(90,106,173); }
td.TdClassName
{
border-color: #5A6AAD;
}
.TagClassName
{
border-color: #5A6AAD;
}
</style>