Shades of Cadet Blue #539F96
Tints of Cadet Blue #539F96
RGB
CMYK
RGB Variations
Color information
#539F96 (or 0x539F96) is known color: Cadet Blue. HEX triplet: 53, 9F and 96. RGB value is (83,159,150). Sum of RGB (Red+Green+Blue) = 83+159+150=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #539F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539F96 is #AC6069. Grayscale: #878787. Windows color (decimal): -11296874 or 9871187. OLE color: 9871187.
HSL color Cylindrical-coordinate representation of color #539F96: hue angle of 172.89º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539F96 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 159 | 150 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.38 |
| HSL | 172.89º | 0.31% | 0.47% | - |
| HSV(B) | 172.89º | 0.48% | 0.62% | - |
| XYZ | 21.47 | 28.84 | 33.29 | - |
| YUV | 135.25 | 136.32 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 150 | 0.48 | 0 | 0.06 | 0.38 | 172.89 | 0.31 | 0.47 |
| Hex | 53 | 9F | 96 | 30 | 0 | 6 | 26 | AD | 1F | 2F |
| Octal | 123 | 237 | 226 | 60 | 0 | 6 | 46 | 255 | 37 | 57 |
| Binary | 1010011 | 10011111 | 10010110 | 110000 | 0 | 110 | 100110 | 10101101 | 11111 | 101111 |
Color Harmonies of #539F96
Complementary color
Monochromatic Colors of #539F96
Black with #539F96
Text Example
Text Example
White with #539F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539F96; }
p { color: rgb(83,159,150); }
H1.HeaderClassName
{
color: #539F96;
}
.AnyTagClassName
{
color: #539F96;
}
</style>
background-color css
<style>
a { background-color: #539F96; }
a { background-color: rgb(83,159,150); }
div.DivClassName
{
background-color: #539F96;
}
.BgClassName
{
background-color: #539F96;
}
</style>
border-color css
<style>
span { border-color: #539F96; }
span { border-color: rgb(83,159,150); }
td.TdClassName
{
border-color: #539F96;
}
.TagClassName
{
border-color: #539F96;
}
</style>