Shades of Cadet Blue #529CA0
Tints of Cadet Blue #529CA0
RGB
CMYK
RGB Variations
Color information
#529CA0 (or 0x529CA0) is known color: Cadet Blue. HEX triplet: 52, 9C and A0. RGB value is (82,156,160). Sum of RGB (Red+Green+Blue) = 82+156+160=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #529CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529CA0 is #AD635F. Grayscale: #868686. Windows color (decimal): -11363168 or 10525778. OLE color: 10525778.
HSL color Cylindrical-coordinate representation of color #529CA0: hue angle of 183.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #529CA0 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 156 | 160 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.37 |
| HSL | 183.08º | 0.32% | 0.47% | - |
| HSV(B) | 183.08º | 0.49% | 0.63% | - |
| XYZ | 21.71 | 28.11 | 37.54 | - |
| YUV | 134.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 160 | 0.49 | 0.02 | 0 | 0.37 | 183.08 | 0.32 | 0.47 |
| Hex | 52 | 9C | A0 | 31 | 2 | 0 | 25 | B7 | 20 | 2F |
| Octal | 122 | 234 | 240 | 61 | 2 | 0 | 45 | 267 | 40 | 57 |
| Binary | 1010010 | 10011100 | 10100000 | 110001 | 10 | 0 | 100101 | 10110111 | 100000 | 101111 |
Color Harmonies of #529CA0
Complementary color
Monochromatic Colors of #529CA0
Black with #529CA0
Text Example
Text Example
White with #529CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CA0; }
p { color: rgb(82,156,160); }
H1.HeaderClassName
{
color: #529CA0;
}
.AnyTagClassName
{
color: #529CA0;
}
</style>
background-color css
<style>
a { background-color: #529CA0; }
a { background-color: rgb(82,156,160); }
div.DivClassName
{
background-color: #529CA0;
}
.BgClassName
{
background-color: #529CA0;
}
</style>
border-color css
<style>
span { border-color: #529CA0; }
span { border-color: rgb(82,156,160); }
td.TdClassName
{
border-color: #529CA0;
}
.TagClassName
{
border-color: #529CA0;
}
</style>