Shades of Cadet Blue #529BAB
Tints of Cadet Blue #529BAB
RGB
CMYK
RGB Variations
Color information
#529BAB (or 0x529BAB) is known color: Cadet Blue. HEX triplet: 52, 9B and AB. RGB value is (82,155,171). Sum of RGB (Red+Green+Blue) = 82+155+171=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #529BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529BAB is #AD6454. Grayscale: #868686. Windows color (decimal): -11363413 or 11246418. OLE color: 11246418.
HSL color Cylindrical-coordinate representation of color #529BAB: hue angle of 190.79º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #529BAB is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 155 | 171 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.33 |
| HSL | 190.79º | 0.35% | 0.5% | - |
| HSV(B) | 190.79º | 0.52% | 0.67% | - |
| XYZ | 22.55 | 28.18 | 42.78 | - |
| YUV | 135 | 148.32 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 171 | 0.52 | 0.09 | 0 | 0.33 | 190.79 | 0.35 | 0.5 |
| Hex | 52 | 9B | AB | 34 | 9 | 0 | 21 | BF | 23 | 32 |
| Octal | 122 | 233 | 253 | 64 | 11 | 0 | 41 | 277 | 43 | 62 |
| Binary | 1010010 | 10011011 | 10101011 | 110100 | 1001 | 0 | 100001 | 10111111 | 100011 | 110010 |
Color Harmonies of #529BAB
Complementary color
Monochromatic Colors of #529BAB
Black with #529BAB
Text Example
Text Example
White with #529BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BAB; }
p { color: rgb(82,155,171); }
H1.HeaderClassName
{
color: #529BAB;
}
.AnyTagClassName
{
color: #529BAB;
}
</style>
background-color css
<style>
a { background-color: #529BAB; }
a { background-color: rgb(82,155,171); }
div.DivClassName
{
background-color: #529BAB;
}
.BgClassName
{
background-color: #529BAB;
}
</style>
border-color css
<style>
span { border-color: #529BAB; }
span { border-color: rgb(82,155,171); }
td.TdClassName
{
border-color: #529BAB;
}
.TagClassName
{
border-color: #529BAB;
}
</style>