Shades of Chetwode Blue #5A6FAB
Tints of Chetwode Blue #5A6FAB
RGB
CMYK
RGB Variations
Color information
#5A6FAB (or 0x5A6FAB) is known color: Chetwode Blue. HEX triplet: 5A, 6F and AB. RGB value is (90,111,171). Sum of RGB (Red+Green+Blue) = 90+111+171=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A6FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6FAB is #A59054. Grayscale: #6F6F6F. Windows color (decimal): -10850389 or 11235162. OLE color: 11235162.
HSL color Cylindrical-coordinate representation of color #5A6FAB: hue angle of 224.44º 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 #5A6FAB is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 111 | 171 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.33 |
| HSL | 224.44º | 0.33% | 0.51% | - |
| HSV(B) | 224.44º | 0.47% | 0.67% | - |
| XYZ | 17.25 | 16.48 | 40.8 | - |
| YUV | 111.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 171 | 0.47 | 0.35 | 0 | 0.33 | 224.44 | 0.33 | 0.51 |
| Hex | 5A | 6F | AB | 2F | 23 | 0 | 21 | E0 | 21 | 33 |
| Octal | 132 | 157 | 253 | 57 | 43 | 0 | 41 | 340 | 41 | 63 |
| Binary | 1011010 | 1101111 | 10101011 | 101111 | 100011 | 0 | 100001 | 11100000 | 100001 | 110011 |
Color Harmonies of #5A6FAB
Complementary color
Monochromatic Colors of #5A6FAB
Black with #5A6FAB
Text Example
Text Example
White with #5A6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6FAB; }
p { color: rgb(90,111,171); }
H1.HeaderClassName
{
color: #5A6FAB;
}
.AnyTagClassName
{
color: #5A6FAB;
}
</style>
background-color css
<style>
a { background-color: #5A6FAB; }
a { background-color: rgb(90,111,171); }
div.DivClassName
{
background-color: #5A6FAB;
}
.BgClassName
{
background-color: #5A6FAB;
}
</style>
border-color css
<style>
span { border-color: #5A6FAB; }
span { border-color: rgb(90,111,171); }
td.TdClassName
{
border-color: #5A6FAB;
}
.TagClassName
{
border-color: #5A6FAB;
}
</style>