Shades of Cadet Blue #539D9D
Tints of Cadet Blue #539D9D
RGB
CMYK
RGB Variations
Color information
#539D9D (or 0x539D9D) is known color: Cadet Blue. HEX triplet: 53, 9D and 9D. RGB value is (83,157,157). Sum of RGB (Red+Green+Blue) = 83+157+157=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #539D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539D9D is #AC6262. Grayscale: #868686. Windows color (decimal): -11297379 or 10329427. OLE color: 10329427.
HSL color Cylindrical-coordinate representation of color #539D9D: hue angle of 180º 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 #539D9D is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 157 | 157 | - |
| CMYK | 0.47 | 0 | 0 | 0.38 |
| HSL | 180º | 0.31% | 0.47% | - |
| HSV(B) | 180º | 0.47% | 0.62% | - |
| XYZ | 21.71 | 28.39 | 36.23 | - |
| YUV | 134.87 | 140.48 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 157 | 0.47 | 0 | 0 | 0.38 | 180 | 0.31 | 0.47 |
| Hex | 53 | 9D | 9D | 2F | 0 | 0 | 26 | B4 | 1F | 2F |
| Octal | 123 | 235 | 235 | 57 | 0 | 0 | 46 | 264 | 37 | 57 |
| Binary | 1010011 | 10011101 | 10011101 | 101111 | 0 | 0 | 100110 | 10110100 | 11111 | 101111 |
Color Harmonies of #539D9D
Complementary color
Monochromatic Colors of #539D9D
Black with #539D9D
Text Example
Text Example
White with #539D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539D9D; }
p { color: rgb(83,157,157); }
H1.HeaderClassName
{
color: #539D9D;
}
.AnyTagClassName
{
color: #539D9D;
}
</style>
background-color css
<style>
a { background-color: #539D9D; }
a { background-color: rgb(83,157,157); }
div.DivClassName
{
background-color: #539D9D;
}
.BgClassName
{
background-color: #539D9D;
}
</style>
border-color css
<style>
span { border-color: #539D9D; }
span { border-color: rgb(83,157,157); }
td.TdClassName
{
border-color: #539D9D;
}
.TagClassName
{
border-color: #539D9D;
}
</style>