Shades of Cadet Blue #539BA5
Tints of Cadet Blue #539BA5
RGB
CMYK
RGB Variations
Color information
#539BA5 (or 0x539BA5) is known color: Cadet Blue. HEX triplet: 53, 9B and A5. RGB value is (83,155,165). Sum of RGB (Red+Green+Blue) = 83+155+165=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 165 - color contains mainly: blue. Hex color #539BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539BA5 is #AC645A. Grayscale: #868686. Windows color (decimal): -11297883 or 10853203. OLE color: 10853203.
HSL color Cylindrical-coordinate representation of color #539BA5: hue angle of 187.32º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #539BA5 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 155 | 165 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.35 |
| HSL | 187.32º | 0.33% | 0.49% | - |
| HSV(B) | 187.32º | 0.5% | 0.65% | - |
| XYZ | 22.08 | 28 | 39.84 | - |
| YUV | 134.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 165 | 0.50 | 0.06 | 0 | 0.35 | 187.32 | 0.33 | 0.49 |
| Hex | 53 | 9B | A5 | 32 | 6 | 0 | 23 | BB | 21 | 31 |
| Octal | 123 | 233 | 245 | 62 | 6 | 0 | 43 | 273 | 41 | 61 |
| Binary | 1010011 | 10011011 | 10100101 | 110010 | 110 | 0 | 100011 | 10111011 | 100001 | 110001 |
Color Harmonies of #539BA5
Complementary color
Monochromatic Colors of #539BA5
Black with #539BA5
Text Example
Text Example
White with #539BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BA5; }
p { color: rgb(83,155,165); }
H1.HeaderClassName
{
color: #539BA5;
}
.AnyTagClassName
{
color: #539BA5;
}
</style>
background-color css
<style>
a { background-color: #539BA5; }
a { background-color: rgb(83,155,165); }
div.DivClassName
{
background-color: #539BA5;
}
.BgClassName
{
background-color: #539BA5;
}
</style>
border-color css
<style>
span { border-color: #539BA5; }
span { border-color: rgb(83,155,165); }
td.TdClassName
{
border-color: #539BA5;
}
.TagClassName
{
border-color: #539BA5;
}
</style>