Shades of Cadet Blue #539C9A
Tints of Cadet Blue #539C9A
RGB
CMYK
RGB Variations
Color information
#539C9A (or 0x539C9A) is known color: Cadet Blue. HEX triplet: 53, 9C and 9A. RGB value is (83,156,154). Sum of RGB (Red+Green+Blue) = 83+156+154=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 156 - color contains mainly: green. Hex color #539C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539C9A is #AC6365. Grayscale: #858585. Windows color (decimal): -11297638 or 10132563. OLE color: 10132563.
HSL color Cylindrical-coordinate representation of color #539C9A: hue angle of 178.36º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539C9A is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 156 | 154 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.39 |
| HSL | 178.36º | 0.31% | 0.47% | - |
| HSV(B) | 178.36º | 0.47% | 0.61% | - |
| XYZ | 21.29 | 27.95 | 34.84 | - |
| YUV | 133.95 | 139.32 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 154 | 0.47 | 0 | 0.01 | 0.39 | 178.36 | 0.31 | 0.47 |
| Hex | 53 | 9C | 9A | 2F | 0 | 1 | 27 | B2 | 1F | 2F |
| Octal | 123 | 234 | 232 | 57 | 0 | 1 | 47 | 262 | 37 | 57 |
| Binary | 1010011 | 10011100 | 10011010 | 101111 | 0 | 1 | 100111 | 10110010 | 11111 | 101111 |
Color Harmonies of #539C9A
Complementary color
Monochromatic Colors of #539C9A
Black with #539C9A
Text Example
Text Example
White with #539C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539C9A; }
p { color: rgb(83,156,154); }
H1.HeaderClassName
{
color: #539C9A;
}
.AnyTagClassName
{
color: #539C9A;
}
</style>
background-color css
<style>
a { background-color: #539C9A; }
a { background-color: rgb(83,156,154); }
div.DivClassName
{
background-color: #539C9A;
}
.BgClassName
{
background-color: #539C9A;
}
</style>
border-color css
<style>
span { border-color: #539C9A; }
span { border-color: rgb(83,156,154); }
td.TdClassName
{
border-color: #539C9A;
}
.TagClassName
{
border-color: #539C9A;
}
</style>