Shades of Chetwode Blue #5969AA
Tints of Chetwode Blue #5969AA
RGB
CMYK
RGB Variations
Color information
#5969AA (or 0x5969AA) is known color: Chetwode Blue. HEX triplet: 59, 69 and AA. RGB value is (89,105,170). Sum of RGB (Red+Green+Blue) = 89+105+170=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 105 (41.41% from 255 or 28.85% 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 #5969AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5969AA is #A69655. Grayscale: #6B6B6B. Windows color (decimal): -10917462 or 11168089. OLE color: 11168089.
HSL color Cylindrical-coordinate representation of color #5969AA: hue angle of 228.15º degrees, saturation: 0.32, 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 #5969AA is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 105 | 170 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.33 |
| HSL | 228.15º | 0.32% | 0.51% | - |
| HSV(B) | 228.15º | 0.48% | 0.67% | - |
| XYZ | 16.43 | 15.13 | 40.08 | - |
| YUV | 107.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 170 | 0.48 | 0.38 | 0 | 0.33 | 228.15 | 0.32 | 0.51 |
| Hex | 59 | 69 | AA | 30 | 26 | 0 | 21 | E4 | 20 | 33 |
| Octal | 131 | 151 | 252 | 60 | 46 | 0 | 41 | 344 | 40 | 63 |
| Binary | 1011001 | 1101001 | 10101010 | 110000 | 100110 | 0 | 100001 | 11100100 | 100000 | 110011 |
Color Harmonies of #5969AA
Complementary color
Monochromatic Colors of #5969AA
Black with #5969AA
Text Example
Text Example
White with #5969AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5969AA; }
p { color: rgb(89,105,170); }
H1.HeaderClassName
{
color: #5969AA;
}
.AnyTagClassName
{
color: #5969AA;
}
</style>
background-color css
<style>
a { background-color: #5969AA; }
a { background-color: rgb(89,105,170); }
div.DivClassName
{
background-color: #5969AA;
}
.BgClassName
{
background-color: #5969AA;
}
</style>
border-color css
<style>
span { border-color: #5969AA; }
span { border-color: rgb(89,105,170); }
td.TdClassName
{
border-color: #5969AA;
}
.TagClassName
{
border-color: #5969AA;
}
</style>