Shades of Cadet Blue #559BA5
Tints of Cadet Blue #559BA5
RGB
CMYK
RGB Variations
Color information
#559BA5 (or 0x559BA5) is known color: Cadet Blue. HEX triplet: 55, 9B and A5. RGB value is (85,155,165). Sum of RGB (Red+Green+Blue) = 85+155+165=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 165 - color contains mainly: blue. Hex color #559BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559BA5 is #AA645A. Grayscale: #878787. Windows color (decimal): -11166811 or 10853205. OLE color: 10853205.
HSL color Cylindrical-coordinate representation of color #559BA5: hue angle of 187.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #559BA5 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 155 | 165 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.35 |
| HSL | 187.5º | 0.32% | 0.49% | - |
| HSV(B) | 187.5º | 0.48% | 0.65% | - |
| XYZ | 22.26 | 28.09 | 39.85 | - |
| YUV | 135.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 165 | 0.48 | 0.06 | 0 | 0.35 | 187.5 | 0.32 | 0.49 |
| Hex | 55 | 9B | A5 | 30 | 6 | 0 | 23 | BC | 20 | 31 |
| Octal | 125 | 233 | 245 | 60 | 6 | 0 | 43 | 274 | 40 | 61 |
| Binary | 1010101 | 10011011 | 10100101 | 110000 | 110 | 0 | 100011 | 10111100 | 100000 | 110001 |
Color Harmonies of #559BA5
Complementary color
Monochromatic Colors of #559BA5
Black with #559BA5
Text Example
Text Example
White with #559BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BA5; }
p { color: rgb(85,155,165); }
H1.HeaderClassName
{
color: #559BA5;
}
.AnyTagClassName
{
color: #559BA5;
}
</style>
background-color css
<style>
a { background-color: #559BA5; }
a { background-color: rgb(85,155,165); }
div.DivClassName
{
background-color: #559BA5;
}
.BgClassName
{
background-color: #559BA5;
}
</style>
border-color css
<style>
span { border-color: #559BA5; }
span { border-color: rgb(85,155,165); }
td.TdClassName
{
border-color: #559BA5;
}
.TagClassName
{
border-color: #559BA5;
}
</style>