Shades of Cadet Blue #539EAA
Tints of Cadet Blue #539EAA
RGB
CMYK
RGB Variations
Color information
#539EAA (or 0x539EAA) is known color: Cadet Blue. HEX triplet: 53, 9E and AA. RGB value is (83,158,170). Sum of RGB (Red+Green+Blue) = 83+158+170=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #539EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539EAA is #AC6155. Grayscale: #888888. Windows color (decimal): -11297110 or 11181651. OLE color: 11181651.
HSL color Cylindrical-coordinate representation of color #539EAA: hue angle of 188.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #539EAA is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 158 | 170 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.33 |
| HSL | 188.28º | 0.34% | 0.5% | - |
| HSV(B) | 188.28º | 0.51% | 0.67% | - |
| XYZ | 23.05 | 29.2 | 42.45 | - |
| YUV | 136.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 170 | 0.51 | 0.07 | 0 | 0.33 | 188.28 | 0.34 | 0.5 |
| Hex | 53 | 9E | AA | 33 | 7 | 0 | 21 | BC | 22 | 32 |
| Octal | 123 | 236 | 252 | 63 | 7 | 0 | 41 | 274 | 42 | 62 |
| Binary | 1010011 | 10011110 | 10101010 | 110011 | 111 | 0 | 100001 | 10111100 | 100010 | 110010 |
Color Harmonies of #539EAA
Complementary color
Monochromatic Colors of #539EAA
Black with #539EAA
Text Example
Text Example
White with #539EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539EAA; }
p { color: rgb(83,158,170); }
H1.HeaderClassName
{
color: #539EAA;
}
.AnyTagClassName
{
color: #539EAA;
}
</style>
background-color css
<style>
a { background-color: #539EAA; }
a { background-color: rgb(83,158,170); }
div.DivClassName
{
background-color: #539EAA;
}
.BgClassName
{
background-color: #539EAA;
}
</style>
border-color css
<style>
span { border-color: #539EAA; }
span { border-color: rgb(83,158,170); }
td.TdClassName
{
border-color: #539EAA;
}
.TagClassName
{
border-color: #539EAA;
}
</style>