Shades of Chetwode Blue #5A68AA
Tints of Chetwode Blue #5A68AA
RGB
CMYK
RGB Variations
Color information
#5A68AA (or 0x5A68AA) is known color: Chetwode Blue. HEX triplet: 5A, 68 and AA. RGB value is (90,104,170). Sum of RGB (Red+Green+Blue) = 90+104+170=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A68AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A68AA is #A59755. Grayscale: #6B6B6B. Windows color (decimal): -10852182 or 11167834. OLE color: 11167834.
HSL color Cylindrical-coordinate representation of color #5A68AA: hue angle of 229.5º degrees, saturation: 0.32, 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 #5A68AA is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 104 | 170 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.33 |
| HSL | 229.5º | 0.32% | 0.51% | - |
| HSV(B) | 229.5º | 0.47% | 0.67% | - |
| XYZ | 16.42 | 14.98 | 40.06 | - |
| YUV | 107.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 170 | 0.47 | 0.39 | 0 | 0.33 | 229.5 | 0.32 | 0.51 |
| Hex | 5A | 68 | AA | 2F | 27 | 0 | 21 | E6 | 20 | 33 |
| Octal | 132 | 150 | 252 | 57 | 47 | 0 | 41 | 346 | 40 | 63 |
| Binary | 1011010 | 1101000 | 10101010 | 101111 | 100111 | 0 | 100001 | 11100110 | 100000 | 110011 |
Color Harmonies of #5A68AA
Complementary color
Monochromatic Colors of #5A68AA
Black with #5A68AA
Text Example
Text Example
White with #5A68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A68AA; }
p { color: rgb(90,104,170); }
H1.HeaderClassName
{
color: #5A68AA;
}
.AnyTagClassName
{
color: #5A68AA;
}
</style>
background-color css
<style>
a { background-color: #5A68AA; }
a { background-color: rgb(90,104,170); }
div.DivClassName
{
background-color: #5A68AA;
}
.BgClassName
{
background-color: #5A68AA;
}
</style>
border-color css
<style>
span { border-color: #5A68AA; }
span { border-color: rgb(90,104,170); }
td.TdClassName
{
border-color: #5A68AA;
}
.TagClassName
{
border-color: #5A68AA;
}
</style>