Shades of Cadet Blue #559BA3
Tints of Cadet Blue #559BA3
RGB
CMYK
RGB Variations
Color information
#559BA3 (or 0x559BA3) is known color: Cadet Blue. HEX triplet: 55, 9B and A3. RGB value is (85,155,163). Sum of RGB (Red+Green+Blue) = 85+155+163=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 163 - color contains mainly: blue. Hex color #559BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559BA3 is #AA645C. Grayscale: #868686. Windows color (decimal): -11166813 or 10722133. OLE color: 10722133.
HSL color Cylindrical-coordinate representation of color #559BA3: hue angle of 186.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #559BA3 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 155 | 163 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.36 |
| HSL | 186.15º | 0.31% | 0.49% | - |
| HSV(B) | 186.15º | 0.48% | 0.64% | - |
| XYZ | 22.08 | 28.02 | 38.89 | - |
| YUV | 134.98 | 143.81 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 163 | 0.48 | 0.05 | 0 | 0.36 | 186.15 | 0.31 | 0.49 |
| Hex | 55 | 9B | A3 | 30 | 5 | 0 | 24 | BA | 1F | 31 |
| Octal | 125 | 233 | 243 | 60 | 5 | 0 | 44 | 272 | 37 | 61 |
| Binary | 1010101 | 10011011 | 10100011 | 110000 | 101 | 0 | 100100 | 10111010 | 11111 | 110001 |
Color Harmonies of #559BA3
Complementary color
Monochromatic Colors of #559BA3
Black with #559BA3
Text Example
Text Example
White with #559BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BA3; }
p { color: rgb(85,155,163); }
H1.HeaderClassName
{
color: #559BA3;
}
.AnyTagClassName
{
color: #559BA3;
}
</style>
background-color css
<style>
a { background-color: #559BA3; }
a { background-color: rgb(85,155,163); }
div.DivClassName
{
background-color: #559BA3;
}
.BgClassName
{
background-color: #559BA3;
}
</style>
border-color css
<style>
span { border-color: #559BA3; }
span { border-color: rgb(85,155,163); }
td.TdClassName
{
border-color: #559BA3;
}
.TagClassName
{
border-color: #559BA3;
}
</style>