Shades of Cadet Blue #539BA4
Tints of Cadet Blue #539BA4
RGB
CMYK
RGB Variations
Color information
#539BA4 (or 0x539BA4) is known color: Cadet Blue. HEX triplet: 53, 9B and A4. RGB value is (83,155,164). Sum of RGB (Red+Green+Blue) = 83+155+164=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #539BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539BA4 is #AC645B. Grayscale: #868686. Windows color (decimal): -11297884 or 10787667. OLE color: 10787667.
HSL color Cylindrical-coordinate representation of color #539BA4: hue angle of 186.67º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #539BA4 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 155 | 164 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.36 |
| HSL | 186.67º | 0.33% | 0.48% | - |
| HSV(B) | 186.67º | 0.49% | 0.64% | - |
| XYZ | 21.99 | 27.96 | 39.36 | - |
| YUV | 134.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 164 | 0.49 | 0.05 | 0 | 0.36 | 186.67 | 0.33 | 0.48 |
| Hex | 53 | 9B | A4 | 31 | 5 | 0 | 24 | BB | 21 | 30 |
| Octal | 123 | 233 | 244 | 61 | 5 | 0 | 44 | 273 | 41 | 60 |
| Binary | 1010011 | 10011011 | 10100100 | 110001 | 101 | 0 | 100100 | 10111011 | 100001 | 110000 |
Color Harmonies of #539BA4
Complementary color
Monochromatic Colors of #539BA4
Black with #539BA4
Text Example
Text Example
White with #539BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BA4; }
p { color: rgb(83,155,164); }
H1.HeaderClassName
{
color: #539BA4;
}
.AnyTagClassName
{
color: #539BA4;
}
</style>
background-color css
<style>
a { background-color: #539BA4; }
a { background-color: rgb(83,155,164); }
div.DivClassName
{
background-color: #539BA4;
}
.BgClassName
{
background-color: #539BA4;
}
</style>
border-color css
<style>
span { border-color: #539BA4; }
span { border-color: rgb(83,155,164); }
td.TdClassName
{
border-color: #539BA4;
}
.TagClassName
{
border-color: #539BA4;
}
</style>