Shades of Cadet Blue #529A9D
Tints of Cadet Blue #529A9D
RGB
CMYK
RGB Variations
Color information
#529A9D (or 0x529A9D) is known color: Cadet Blue. HEX triplet: 52, 9A and 9D. RGB value is (82,154,157). Sum of RGB (Red+Green+Blue) = 82+154+157=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #529A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529A9D is #AD6562. Grayscale: #848484. Windows color (decimal): -11363683 or 10328658. OLE color: 10328658.
HSL color Cylindrical-coordinate representation of color #529A9D: hue angle of 182.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 #529A9D is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 154 | 157 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.38 |
| HSL | 182.4º | 0.31% | 0.47% | - |
| HSV(B) | 182.4º | 0.48% | 0.62% | - |
| XYZ | 21.12 | 27.34 | 36.06 | - |
| YUV | 132.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 157 | 0.48 | 0.02 | 0 | 0.38 | 182.4 | 0.31 | 0.47 |
| Hex | 52 | 9A | 9D | 30 | 2 | 0 | 26 | B6 | 1F | 2F |
| Octal | 122 | 232 | 235 | 60 | 2 | 0 | 46 | 266 | 37 | 57 |
| Binary | 1010010 | 10011010 | 10011101 | 110000 | 10 | 0 | 100110 | 10110110 | 11111 | 101111 |
Color Harmonies of #529A9D
Complementary color
Monochromatic Colors of #529A9D
Black with #529A9D
Text Example
Text Example
White with #529A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529A9D; }
p { color: rgb(82,154,157); }
H1.HeaderClassName
{
color: #529A9D;
}
.AnyTagClassName
{
color: #529A9D;
}
</style>
background-color css
<style>
a { background-color: #529A9D; }
a { background-color: rgb(82,154,157); }
div.DivClassName
{
background-color: #529A9D;
}
.BgClassName
{
background-color: #529A9D;
}
</style>
border-color css
<style>
span { border-color: #529A9D; }
span { border-color: rgb(82,154,157); }
td.TdClassName
{
border-color: #529A9D;
}
.TagClassName
{
border-color: #529A9D;
}
</style>