Shades of Chetwode Blue #5A6AAB
Tints of Chetwode Blue #5A6AAB
RGB
CMYK
RGB Variations
Color information
#5A6AAB (or 0x5A6AAB) is known color: Chetwode Blue. HEX triplet: 5A, 6A and AB. RGB value is (90,106,171). Sum of RGB (Red+Green+Blue) = 90+106+171=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A6AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6AAB is #A59554. Grayscale: #6C6C6C. Windows color (decimal): -10851669 or 11233882. OLE color: 11233882.
HSL color Cylindrical-coordinate representation of color #5A6AAB: hue angle of 228.15º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A6AAB is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 106 | 171 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.33 |
| HSL | 228.15º | 0.33% | 0.51% | - |
| HSV(B) | 228.15º | 0.47% | 0.67% | - |
| XYZ | 16.72 | 15.42 | 40.62 | - |
| YUV | 108.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 171 | 0.47 | 0.38 | 0 | 0.33 | 228.15 | 0.33 | 0.51 |
| Hex | 5A | 6A | AB | 2F | 26 | 0 | 21 | E4 | 21 | 33 |
| Octal | 132 | 152 | 253 | 57 | 46 | 0 | 41 | 344 | 41 | 63 |
| Binary | 1011010 | 1101010 | 10101011 | 101111 | 100110 | 0 | 100001 | 11100100 | 100001 | 110011 |
Color Harmonies of #5A6AAB
Complementary color
Monochromatic Colors of #5A6AAB
Black with #5A6AAB
Text Example
Text Example
White with #5A6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6AAB; }
p { color: rgb(90,106,171); }
H1.HeaderClassName
{
color: #5A6AAB;
}
.AnyTagClassName
{
color: #5A6AAB;
}
</style>
background-color css
<style>
a { background-color: #5A6AAB; }
a { background-color: rgb(90,106,171); }
div.DivClassName
{
background-color: #5A6AAB;
}
.BgClassName
{
background-color: #5A6AAB;
}
</style>
border-color css
<style>
span { border-color: #5A6AAB; }
span { border-color: rgb(90,106,171); }
td.TdClassName
{
border-color: #5A6AAB;
}
.TagClassName
{
border-color: #5A6AAB;
}
</style>