Shades of Cadet Blue #529D9B
Tints of Cadet Blue #529D9B
RGB
CMYK
RGB Variations
Color information
#529D9B (or 0x529D9B) is known color: Cadet Blue. HEX triplet: 52, 9D and 9B. RGB value is (82,157,155). Sum of RGB (Red+Green+Blue) = 82+157+155=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #529D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529D9B is #AD6264. Grayscale: #868686. Windows color (decimal): -11362917 or 10198354. OLE color: 10198354.
HSL color Cylindrical-coordinate representation of color #529D9B: hue angle of 178.4º 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 #529D9B is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 157 | 155 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.38 |
| HSL | 178.4º | 0.31% | 0.47% | - |
| HSV(B) | 178.4º | 0.48% | 0.62% | - |
| XYZ | 21.45 | 28.27 | 35.34 | - |
| YUV | 134.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 155 | 0.48 | 0 | 0.01 | 0.38 | 178.4 | 0.31 | 0.47 |
| Hex | 52 | 9D | 9B | 30 | 0 | 1 | 26 | B2 | 1F | 2F |
| Octal | 122 | 235 | 233 | 60 | 0 | 1 | 46 | 262 | 37 | 57 |
| Binary | 1010010 | 10011101 | 10011011 | 110000 | 0 | 1 | 100110 | 10110010 | 11111 | 101111 |
Color Harmonies of #529D9B
Complementary color
Monochromatic Colors of #529D9B
Black with #529D9B
Text Example
Text Example
White with #529D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529D9B; }
p { color: rgb(82,157,155); }
H1.HeaderClassName
{
color: #529D9B;
}
.AnyTagClassName
{
color: #529D9B;
}
</style>
background-color css
<style>
a { background-color: #529D9B; }
a { background-color: rgb(82,157,155); }
div.DivClassName
{
background-color: #529D9B;
}
.BgClassName
{
background-color: #529D9B;
}
</style>
border-color css
<style>
span { border-color: #529D9B; }
span { border-color: rgb(82,157,155); }
td.TdClassName
{
border-color: #529D9B;
}
.TagClassName
{
border-color: #529D9B;
}
</style>