Shades of Cadet Blue #529E94
Tints of Cadet Blue #529E94
RGB
CMYK
RGB Variations
Color information
#529E94 (or 0x529E94) is known color: Cadet Blue. HEX triplet: 52, 9E and 94. RGB value is (82,158,148). Sum of RGB (Red+Green+Blue) = 82+158+148=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #529E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529E94 is #AD616B. Grayscale: #868686. Windows color (decimal): -11362668 or 9739858. OLE color: 9739858.
HSL color Cylindrical-coordinate representation of color #529E94: hue angle of 172.11º 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 #529E94 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 158 | 148 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.38 |
| HSL | 172.11º | 0.32% | 0.47% | - |
| HSV(B) | 172.11º | 0.48% | 0.62% | - |
| XYZ | 21.05 | 28.39 | 32.39 | - |
| YUV | 134.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 148 | 0.48 | 0 | 0.06 | 0.38 | 172.11 | 0.32 | 0.47 |
| Hex | 52 | 9E | 94 | 30 | 0 | 6 | 26 | AC | 20 | 2F |
| Octal | 122 | 236 | 224 | 60 | 0 | 6 | 46 | 254 | 40 | 57 |
| Binary | 1010010 | 10011110 | 10010100 | 110000 | 0 | 110 | 100110 | 10101100 | 100000 | 101111 |
Color Harmonies of #529E94
Complementary color
Monochromatic Colors of #529E94
Black with #529E94
Text Example
Text Example
White with #529E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529E94; }
p { color: rgb(82,158,148); }
H1.HeaderClassName
{
color: #529E94;
}
.AnyTagClassName
{
color: #529E94;
}
</style>
background-color css
<style>
a { background-color: #529E94; }
a { background-color: rgb(82,158,148); }
div.DivClassName
{
background-color: #529E94;
}
.BgClassName
{
background-color: #529E94;
}
</style>
border-color css
<style>
span { border-color: #529E94; }
span { border-color: rgb(82,158,148); }
td.TdClassName
{
border-color: #529E94;
}
.TagClassName
{
border-color: #529E94;
}
</style>