Shades of Cadet Blue #529BA0
Tints of Cadet Blue #529BA0
RGB
CMYK
RGB Variations
Color information
#529BA0 (or 0x529BA0) is known color: Cadet Blue. HEX triplet: 52, 9B and A0. RGB value is (82,155,160). Sum of RGB (Red+Green+Blue) = 82+155+160=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 160 - color contains mainly: blue. Hex color #529BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529BA0 is #AD645F. Grayscale: #858585. Windows color (decimal): -11363424 or 10525522. OLE color: 10525522.
HSL color Cylindrical-coordinate representation of color #529BA0: hue angle of 183.85º 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 #529BA0 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 155 | 160 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.37 |
| HSL | 183.85º | 0.32% | 0.47% | - |
| HSV(B) | 183.85º | 0.49% | 0.63% | - |
| XYZ | 21.55 | 27.77 | 37.48 | - |
| YUV | 133.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 160 | 0.49 | 0.03 | 0 | 0.37 | 183.85 | 0.32 | 0.47 |
| Hex | 52 | 9B | A0 | 31 | 3 | 0 | 25 | B8 | 20 | 2F |
| Octal | 122 | 233 | 240 | 61 | 3 | 0 | 45 | 270 | 40 | 57 |
| Binary | 1010010 | 10011011 | 10100000 | 110001 | 11 | 0 | 100101 | 10111000 | 100000 | 101111 |
Color Harmonies of #529BA0
Complementary color
Monochromatic Colors of #529BA0
Black with #529BA0
Text Example
Text Example
White with #529BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BA0; }
p { color: rgb(82,155,160); }
H1.HeaderClassName
{
color: #529BA0;
}
.AnyTagClassName
{
color: #529BA0;
}
</style>
background-color css
<style>
a { background-color: #529BA0; }
a { background-color: rgb(82,155,160); }
div.DivClassName
{
background-color: #529BA0;
}
.BgClassName
{
background-color: #529BA0;
}
</style>
border-color css
<style>
span { border-color: #529BA0; }
span { border-color: rgb(82,155,160); }
td.TdClassName
{
border-color: #529BA0;
}
.TagClassName
{
border-color: #529BA0;
}
</style>