Shades of Cadet Blue #529FAE
Tints of Cadet Blue #529FAE
RGB
CMYK
RGB Variations
Color information
#529FAE (or 0x529FAE) is known color: Cadet Blue. HEX triplet: 52, 9F and AE. RGB value is (82,159,174). Sum of RGB (Red+Green+Blue) = 82+159+174=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #529FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529FAE is #AD6051. Grayscale: #898989. Windows color (decimal): -11362386 or 11444050. OLE color: 11444050.
HSL color Cylindrical-coordinate representation of color #529FAE: hue angle of 189.78º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #529FAE is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 159 | 174 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.32 |
| HSL | 189.78º | 0.36% | 0.5% | - |
| HSV(B) | 189.78º | 0.53% | 0.68% | - |
| XYZ | 23.52 | 29.65 | 44.53 | - |
| YUV | 137.69 | 148.49 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 174 | 0.53 | 0.09 | 0 | 0.32 | 189.78 | 0.36 | 0.5 |
| Hex | 52 | 9F | AE | 35 | 9 | 0 | 20 | BE | 24 | 32 |
| Octal | 122 | 237 | 256 | 65 | 11 | 0 | 40 | 276 | 44 | 62 |
| Binary | 1010010 | 10011111 | 10101110 | 110101 | 1001 | 0 | 100000 | 10111110 | 100100 | 110010 |
Color Harmonies of #529FAE
Complementary color
Monochromatic Colors of #529FAE
Black with #529FAE
Text Example
Text Example
White with #529FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FAE; }
p { color: rgb(82,159,174); }
H1.HeaderClassName
{
color: #529FAE;
}
.AnyTagClassName
{
color: #529FAE;
}
</style>
background-color css
<style>
a { background-color: #529FAE; }
a { background-color: rgb(82,159,174); }
div.DivClassName
{
background-color: #529FAE;
}
.BgClassName
{
background-color: #529FAE;
}
</style>
border-color css
<style>
span { border-color: #529FAE; }
span { border-color: rgb(82,159,174); }
td.TdClassName
{
border-color: #529FAE;
}
.TagClassName
{
border-color: #529FAE;
}
</style>