Shades of Cadet Blue #539D9A
Tints of Cadet Blue #539D9A
RGB
CMYK
RGB Variations
Color information
#539D9A (or 0x539D9A) is known color: Cadet Blue. HEX triplet: 53, 9D and 9A. RGB value is (83,157,154). Sum of RGB (Red+Green+Blue) = 83+157+154=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #539D9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539D9A is #AC6265. Grayscale: #868686. Windows color (decimal): -11297382 or 10132819. OLE color: 10132819.
HSL color Cylindrical-coordinate representation of color #539D9A: hue angle of 177.57º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539D9A is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 157 | 154 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.38 |
| HSL | 177.57º | 0.31% | 0.47% | - |
| HSV(B) | 177.57º | 0.47% | 0.62% | - |
| XYZ | 21.46 | 28.29 | 34.9 | - |
| YUV | 134.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 154 | 0.47 | 0 | 0.02 | 0.38 | 177.57 | 0.31 | 0.47 |
| Hex | 53 | 9D | 9A | 2F | 0 | 2 | 26 | B2 | 1F | 2F |
| Octal | 123 | 235 | 232 | 57 | 0 | 2 | 46 | 262 | 37 | 57 |
| Binary | 1010011 | 10011101 | 10011010 | 101111 | 0 | 10 | 100110 | 10110010 | 11111 | 101111 |
Color Harmonies of #539D9A
Complementary color
Monochromatic Colors of #539D9A
Black with #539D9A
Text Example
Text Example
White with #539D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539D9A; }
p { color: rgb(83,157,154); }
H1.HeaderClassName
{
color: #539D9A;
}
.AnyTagClassName
{
color: #539D9A;
}
</style>
background-color css
<style>
a { background-color: #539D9A; }
a { background-color: rgb(83,157,154); }
div.DivClassName
{
background-color: #539D9A;
}
.BgClassName
{
background-color: #539D9A;
}
</style>
border-color css
<style>
span { border-color: #539D9A; }
span { border-color: rgb(83,157,154); }
td.TdClassName
{
border-color: #539D9A;
}
.TagClassName
{
border-color: #539D9A;
}
</style>