Shades of Cadet Blue #539DA8
Tints of Cadet Blue #539DA8
RGB
CMYK
RGB Variations
Color information
#539DA8 (or 0x539DA8) is known color: Cadet Blue. HEX triplet: 53, 9D and A8. RGB value is (83,157,168). Sum of RGB (Red+Green+Blue) = 83+157+168=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 168 - color contains mainly: blue. Hex color #539DA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539DA8 is #AC6257. Grayscale: #888888. Windows color (decimal): -11297368 or 11050323. OLE color: 11050323.
HSL color Cylindrical-coordinate representation of color #539DA8: hue angle of 187.76º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #539DA8 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 157 | 168 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.34 |
| HSL | 187.76º | 0.34% | 0.49% | - |
| HSV(B) | 187.76º | 0.51% | 0.66% | - |
| XYZ | 22.69 | 28.78 | 41.4 | - |
| YUV | 136.13 | 145.98 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 168 | 0.51 | 0.07 | 0 | 0.34 | 187.76 | 0.34 | 0.49 |
| Hex | 53 | 9D | A8 | 33 | 7 | 0 | 22 | BC | 22 | 31 |
| Octal | 123 | 235 | 250 | 63 | 7 | 0 | 42 | 274 | 42 | 61 |
| Binary | 1010011 | 10011101 | 10101000 | 110011 | 111 | 0 | 100010 | 10111100 | 100010 | 110001 |
Color Harmonies of #539DA8
Complementary color
Monochromatic Colors of #539DA8
Black with #539DA8
Text Example
Text Example
White with #539DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DA8; }
p { color: rgb(83,157,168); }
H1.HeaderClassName
{
color: #539DA8;
}
.AnyTagClassName
{
color: #539DA8;
}
</style>
background-color css
<style>
a { background-color: #539DA8; }
a { background-color: rgb(83,157,168); }
div.DivClassName
{
background-color: #539DA8;
}
.BgClassName
{
background-color: #539DA8;
}
</style>
border-color css
<style>
span { border-color: #539DA8; }
span { border-color: rgb(83,157,168); }
td.TdClassName
{
border-color: #539DA8;
}
.TagClassName
{
border-color: #539DA8;
}
</style>