Shades of Cadet Blue #539BA0
Tints of Cadet Blue #539BA0
RGB
CMYK
RGB Variations
Color information
#539BA0 (or 0x539BA0) is known color: Cadet Blue. HEX triplet: 53, 9B and A0. RGB value is (83,155,160). Sum of RGB (Red+Green+Blue) = 83+155+160=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #539BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539BA0 is #AC645F. Grayscale: #858585. Windows color (decimal): -11297888 or 10525523. OLE color: 10525523.
HSL color Cylindrical-coordinate representation of color #539BA0: hue angle of 183.9º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539BA0 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 155 | 160 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.37 |
| HSL | 183.9º | 0.32% | 0.48% | - |
| HSV(B) | 183.9º | 0.48% | 0.63% | - |
| XYZ | 21.63 | 27.82 | 37.49 | - |
| YUV | 134.04 | 142.65 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 160 | 0.48 | 0.03 | 0 | 0.37 | 183.9 | 0.32 | 0.48 |
| Hex | 53 | 9B | A0 | 30 | 3 | 0 | 25 | B8 | 20 | 30 |
| Octal | 123 | 233 | 240 | 60 | 3 | 0 | 45 | 270 | 40 | 60 |
| Binary | 1010011 | 10011011 | 10100000 | 110000 | 11 | 0 | 100101 | 10111000 | 100000 | 110000 |
Color Harmonies of #539BA0
Complementary color
Monochromatic Colors of #539BA0
Black with #539BA0
Text Example
Text Example
White with #539BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BA0; }
p { color: rgb(83,155,160); }
H1.HeaderClassName
{
color: #539BA0;
}
.AnyTagClassName
{
color: #539BA0;
}
</style>
background-color css
<style>
a { background-color: #539BA0; }
a { background-color: rgb(83,155,160); }
div.DivClassName
{
background-color: #539BA0;
}
.BgClassName
{
background-color: #539BA0;
}
</style>
border-color css
<style>
span { border-color: #539BA0; }
span { border-color: rgb(83,155,160); }
td.TdClassName
{
border-color: #539BA0;
}
.TagClassName
{
border-color: #539BA0;
}
</style>