Shades of Cadet Blue #539F9A
Tints of Cadet Blue #539F9A
RGB
CMYK
RGB Variations
Color information
#539F9A (or 0x539F9A) is known color: Cadet Blue. HEX triplet: 53, 9F and 9A. RGB value is (83,159,154). Sum of RGB (Red+Green+Blue) = 83+159+154=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #539F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539F9A is #AC6065. Grayscale: #878787. Windows color (decimal): -11296870 or 10133331. OLE color: 10133331.
HSL color Cylindrical-coordinate representation of color #539F9A: hue angle of 176.05º 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 #539F9A is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 159 | 154 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.38 |
| HSL | 176.05º | 0.31% | 0.47% | - |
| HSV(B) | 176.05º | 0.48% | 0.62% | - |
| XYZ | 21.8 | 28.97 | 35.01 | - |
| YUV | 135.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 154 | 0.48 | 0 | 0.03 | 0.38 | 176.05 | 0.31 | 0.47 |
| Hex | 53 | 9F | 9A | 30 | 0 | 3 | 26 | B0 | 1F | 2F |
| Octal | 123 | 237 | 232 | 60 | 0 | 3 | 46 | 260 | 37 | 57 |
| Binary | 1010011 | 10011111 | 10011010 | 110000 | 0 | 11 | 100110 | 10110000 | 11111 | 101111 |
Color Harmonies of #539F9A
Complementary color
Monochromatic Colors of #539F9A
Black with #539F9A
Text Example
Text Example
White with #539F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539F9A; }
p { color: rgb(83,159,154); }
H1.HeaderClassName
{
color: #539F9A;
}
.AnyTagClassName
{
color: #539F9A;
}
</style>
background-color css
<style>
a { background-color: #539F9A; }
a { background-color: rgb(83,159,154); }
div.DivClassName
{
background-color: #539F9A;
}
.BgClassName
{
background-color: #539F9A;
}
</style>
border-color css
<style>
span { border-color: #539F9A; }
span { border-color: rgb(83,159,154); }
td.TdClassName
{
border-color: #539F9A;
}
.TagClassName
{
border-color: #539F9A;
}
</style>