Shades of Cadet Blue #539FAC
Tints of Cadet Blue #539FAC
RGB
CMYK
RGB Variations
Color information
#539FAC (or 0x539FAC) is known color: Cadet Blue. HEX triplet: 53, 9F and AC. RGB value is (83,159,172). Sum of RGB (Red+Green+Blue) = 83+159+172=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #539FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539FAC is #AC6053. Grayscale: #898989. Windows color (decimal): -11296852 or 11312979. OLE color: 11312979.
HSL color Cylindrical-coordinate representation of color #539FAC: hue angle of 188.76º 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 #539FAC is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 159 | 172 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.33 |
| HSL | 188.76º | 0.35% | 0.5% | - |
| HSV(B) | 188.76º | 0.52% | 0.67% | - |
| XYZ | 23.41 | 29.61 | 43.51 | - |
| YUV | 137.76 | 147.32 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 172 | 0.52 | 0.08 | 0 | 0.33 | 188.76 | 0.35 | 0.5 |
| Hex | 53 | 9F | AC | 34 | 8 | 0 | 21 | BD | 23 | 32 |
| Octal | 123 | 237 | 254 | 64 | 10 | 0 | 41 | 275 | 43 | 62 |
| Binary | 1010011 | 10011111 | 10101100 | 110100 | 1000 | 0 | 100001 | 10111101 | 100011 | 110010 |
Color Harmonies of #539FAC
Complementary color
Monochromatic Colors of #539FAC
Black with #539FAC
Text Example
Text Example
White with #539FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539FAC; }
p { color: rgb(83,159,172); }
H1.HeaderClassName
{
color: #539FAC;
}
.AnyTagClassName
{
color: #539FAC;
}
</style>
background-color css
<style>
a { background-color: #539FAC; }
a { background-color: rgb(83,159,172); }
div.DivClassName
{
background-color: #539FAC;
}
.BgClassName
{
background-color: #539FAC;
}
</style>
border-color css
<style>
span { border-color: #539FAC; }
span { border-color: rgb(83,159,172); }
td.TdClassName
{
border-color: #539FAC;
}
.TagClassName
{
border-color: #539FAC;
}
</style>