Shades of Cadet Blue #529E96
Tints of Cadet Blue #529E96
RGB
CMYK
RGB Variations
Color information
#529E96 (or 0x529E96) is known color: Cadet Blue. HEX triplet: 52, 9E and 96. RGB value is (82,158,150). Sum of RGB (Red+Green+Blue) = 82+158+150=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 158 - color contains mainly: green. Hex color #529E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529E96 is #AD6169. Grayscale: #868686. Windows color (decimal): -11362666 or 9870930. OLE color: 9870930.
HSL color Cylindrical-coordinate representation of color #529E96: hue angle of 173.68º degrees, saturation: 0.32, 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 #529E96 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 158 | 150 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.38 |
| HSL | 173.68º | 0.32% | 0.47% | - |
| HSV(B) | 173.68º | 0.48% | 0.62% | - |
| XYZ | 21.21 | 28.45 | 33.23 | - |
| YUV | 134.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 150 | 0.48 | 0 | 0.05 | 0.38 | 173.68 | 0.32 | 0.47 |
| Hex | 52 | 9E | 96 | 30 | 0 | 5 | 26 | AE | 20 | 2F |
| Octal | 122 | 236 | 226 | 60 | 0 | 5 | 46 | 256 | 40 | 57 |
| Binary | 1010010 | 10011110 | 10010110 | 110000 | 0 | 101 | 100110 | 10101110 | 100000 | 101111 |
Color Harmonies of #529E96
Complementary color
Monochromatic Colors of #529E96
Black with #529E96
Text Example
Text Example
White with #529E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529E96; }
p { color: rgb(82,158,150); }
H1.HeaderClassName
{
color: #529E96;
}
.AnyTagClassName
{
color: #529E96;
}
</style>
background-color css
<style>
a { background-color: #529E96; }
a { background-color: rgb(82,158,150); }
div.DivClassName
{
background-color: #529E96;
}
.BgClassName
{
background-color: #529E96;
}
</style>
border-color css
<style>
span { border-color: #529E96; }
span { border-color: rgb(82,158,150); }
td.TdClassName
{
border-color: #529E96;
}
.TagClassName
{
border-color: #529E96;
}
</style>