Shades of Chetwode Blue #5A6AAC
Tints of Chetwode Blue #5A6AAC
RGB
CMYK
RGB Variations
Color information
#5A6AAC (or 0x5A6AAC) is known color: Chetwode Blue. HEX triplet: 5A, 6A and AC. RGB value is (90,106,172). Sum of RGB (Red+Green+Blue) = 90+106+172=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A6AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6AAC is #A59553. Grayscale: #6C6C6C. Windows color (decimal): -10851668 or 11299418. OLE color: 11299418.
HSL color Cylindrical-coordinate representation of color #5A6AAC: hue angle of 228.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A6AAC is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 106 | 172 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.33 |
| HSL | 228.29º | 0.33% | 0.51% | - |
| HSV(B) | 228.29º | 0.48% | 0.67% | - |
| XYZ | 16.82 | 15.46 | 41.13 | - |
| YUV | 108.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 172 | 0.48 | 0.38 | 0 | 0.33 | 228.29 | 0.33 | 0.51 |
| Hex | 5A | 6A | AC | 30 | 26 | 0 | 21 | E4 | 21 | 33 |
| Octal | 132 | 152 | 254 | 60 | 46 | 0 | 41 | 344 | 41 | 63 |
| Binary | 1011010 | 1101010 | 10101100 | 110000 | 100110 | 0 | 100001 | 11100100 | 100001 | 110011 |
Color Harmonies of #5A6AAC
Complementary color
Monochromatic Colors of #5A6AAC
Black with #5A6AAC
Text Example
Text Example
White with #5A6AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6AAC; }
p { color: rgb(90,106,172); }
H1.HeaderClassName
{
color: #5A6AAC;
}
.AnyTagClassName
{
color: #5A6AAC;
}
</style>
background-color css
<style>
a { background-color: #5A6AAC; }
a { background-color: rgb(90,106,172); }
div.DivClassName
{
background-color: #5A6AAC;
}
.BgClassName
{
background-color: #5A6AAC;
}
</style>
border-color css
<style>
span { border-color: #5A6AAC; }
span { border-color: rgb(90,106,172); }
td.TdClassName
{
border-color: #5A6AAC;
}
.TagClassName
{
border-color: #5A6AAC;
}
</style>