Shades of Cadet Blue #529BA3
Tints of Cadet Blue #529BA3
RGB
CMYK
RGB Variations
Color information
#529BA3 (or 0x529BA3) is known color: Cadet Blue. HEX triplet: 52, 9B and A3. RGB value is (82,155,163). Sum of RGB (Red+Green+Blue) = 82+155+163=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 163 - color contains mainly: blue. Hex color #529BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529BA3 is #AD645C. Grayscale: #858585. Windows color (decimal): -11363421 or 10722130. OLE color: 10722130.
HSL color Cylindrical-coordinate representation of color #529BA3: hue angle of 185.93º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #529BA3 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 155 | 163 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.36 |
| HSL | 185.93º | 0.33% | 0.48% | - |
| HSV(B) | 185.93º | 0.5% | 0.64% | - |
| XYZ | 21.81 | 27.88 | 38.88 | - |
| YUV | 134.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 163 | 0.50 | 0.05 | 0 | 0.36 | 185.93 | 0.33 | 0.48 |
| Hex | 52 | 9B | A3 | 32 | 5 | 0 | 24 | BA | 21 | 30 |
| Octal | 122 | 233 | 243 | 62 | 5 | 0 | 44 | 272 | 41 | 60 |
| Binary | 1010010 | 10011011 | 10100011 | 110010 | 101 | 0 | 100100 | 10111010 | 100001 | 110000 |
Color Harmonies of #529BA3
Complementary color
Monochromatic Colors of #529BA3
Black with #529BA3
Text Example
Text Example
White with #529BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BA3; }
p { color: rgb(82,155,163); }
H1.HeaderClassName
{
color: #529BA3;
}
.AnyTagClassName
{
color: #529BA3;
}
</style>
background-color css
<style>
a { background-color: #529BA3; }
a { background-color: rgb(82,155,163); }
div.DivClassName
{
background-color: #529BA3;
}
.BgClassName
{
background-color: #529BA3;
}
</style>
border-color css
<style>
span { border-color: #529BA3; }
span { border-color: rgb(82,155,163); }
td.TdClassName
{
border-color: #529BA3;
}
.TagClassName
{
border-color: #529BA3;
}
</style>