Shades of Cadet Blue #529FA7
Tints of Cadet Blue #529FA7
RGB
CMYK
RGB Variations
Color information
#529FA7 (or 0x529FA7) is known color: Cadet Blue. HEX triplet: 52, 9F and A7. RGB value is (82,159,167). Sum of RGB (Red+Green+Blue) = 82+159+167=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 167 - color contains mainly: blue. Hex color #529FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529FA7 is #AD6058. Grayscale: #888888. Windows color (decimal): -11362393 or 10985298. OLE color: 10985298.
HSL color Cylindrical-coordinate representation of color #529FA7: hue angle of 185.65º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #529FA7 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 159 | 167 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.35 |
| HSL | 185.65º | 0.34% | 0.49% | - |
| HSV(B) | 185.65º | 0.51% | 0.65% | - |
| XYZ | 22.85 | 29.38 | 41.03 | - |
| YUV | 136.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 167 | 0.51 | 0.05 | 0 | 0.35 | 185.65 | 0.34 | 0.49 |
| Hex | 52 | 9F | A7 | 33 | 5 | 0 | 23 | BA | 22 | 31 |
| Octal | 122 | 237 | 247 | 63 | 5 | 0 | 43 | 272 | 42 | 61 |
| Binary | 1010010 | 10011111 | 10100111 | 110011 | 101 | 0 | 100011 | 10111010 | 100010 | 110001 |
Color Harmonies of #529FA7
Complementary color
Monochromatic Colors of #529FA7
Black with #529FA7
Text Example
Text Example
White with #529FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FA7; }
p { color: rgb(82,159,167); }
H1.HeaderClassName
{
color: #529FA7;
}
.AnyTagClassName
{
color: #529FA7;
}
</style>
background-color css
<style>
a { background-color: #529FA7; }
a { background-color: rgb(82,159,167); }
div.DivClassName
{
background-color: #529FA7;
}
.BgClassName
{
background-color: #529FA7;
}
</style>
border-color css
<style>
span { border-color: #529FA7; }
span { border-color: rgb(82,159,167); }
td.TdClassName
{
border-color: #529FA7;
}
.TagClassName
{
border-color: #529FA7;
}
</style>