Shades of Cadet Blue #529CAA
Tints of Cadet Blue #529CAA
RGB
CMYK
RGB Variations
Color information
#529CAA (or 0x529CAA) is known color: Cadet Blue. HEX triplet: 52, 9C and AA. RGB value is (82,156,170). Sum of RGB (Red+Green+Blue) = 82+156+170=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #529CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529CAA is #AD6355. Grayscale: #878787. Windows color (decimal): -11363158 or 11181138. OLE color: 11181138.
HSL color Cylindrical-coordinate representation of color #529CAA: hue angle of 189.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #529CAA is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 156 | 170 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.33 |
| HSL | 189.55º | 0.35% | 0.49% | - |
| HSV(B) | 189.55º | 0.52% | 0.67% | - |
| XYZ | 22.62 | 28.47 | 42.33 | - |
| YUV | 135.47 | 147.48 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 170 | 0.52 | 0.08 | 0 | 0.33 | 189.55 | 0.35 | 0.49 |
| Hex | 52 | 9C | AA | 34 | 8 | 0 | 21 | BE | 23 | 31 |
| Octal | 122 | 234 | 252 | 64 | 10 | 0 | 41 | 276 | 43 | 61 |
| Binary | 1010010 | 10011100 | 10101010 | 110100 | 1000 | 0 | 100001 | 10111110 | 100011 | 110001 |
Color Harmonies of #529CAA
Complementary color
Monochromatic Colors of #529CAA
Black with #529CAA
Text Example
Text Example
White with #529CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CAA; }
p { color: rgb(82,156,170); }
H1.HeaderClassName
{
color: #529CAA;
}
.AnyTagClassName
{
color: #529CAA;
}
</style>
background-color css
<style>
a { background-color: #529CAA; }
a { background-color: rgb(82,156,170); }
div.DivClassName
{
background-color: #529CAA;
}
.BgClassName
{
background-color: #529CAA;
}
</style>
border-color css
<style>
span { border-color: #529CAA; }
span { border-color: rgb(82,156,170); }
td.TdClassName
{
border-color: #529CAA;
}
.TagClassName
{
border-color: #529CAA;
}
</style>