Shades of Cadet Blue #559CA4
Tints of Cadet Blue #559CA4
RGB
CMYK
RGB Variations
Color information
#559CA4 (or 0x559CA4) is known color: Cadet Blue. HEX triplet: 55, 9C and A4. RGB value is (85,156,164). Sum of RGB (Red+Green+Blue) = 85+156+164=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #559CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559CA4 is #AA635B. Grayscale: #878787. Windows color (decimal): -11166556 or 10787925. OLE color: 10787925.
HSL color Cylindrical-coordinate representation of color #559CA4: hue angle of 186.08º degrees, saturation: 0.32, 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 #559CA4 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 156 | 164 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.36 |
| HSL | 186.08º | 0.32% | 0.49% | - |
| HSV(B) | 186.08º | 0.48% | 0.64% | - |
| XYZ | 22.34 | 28.39 | 39.42 | - |
| YUV | 135.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 164 | 0.48 | 0.05 | 0 | 0.36 | 186.08 | 0.32 | 0.49 |
| Hex | 55 | 9C | A4 | 30 | 5 | 0 | 24 | BA | 20 | 31 |
| Octal | 125 | 234 | 244 | 60 | 5 | 0 | 44 | 272 | 40 | 61 |
| Binary | 1010101 | 10011100 | 10100100 | 110000 | 101 | 0 | 100100 | 10111010 | 100000 | 110001 |
Color Harmonies of #559CA4
Complementary color
Monochromatic Colors of #559CA4
Black with #559CA4
Text Example
Text Example
White with #559CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559CA4; }
p { color: rgb(85,156,164); }
H1.HeaderClassName
{
color: #559CA4;
}
.AnyTagClassName
{
color: #559CA4;
}
</style>
background-color css
<style>
a { background-color: #559CA4; }
a { background-color: rgb(85,156,164); }
div.DivClassName
{
background-color: #559CA4;
}
.BgClassName
{
background-color: #559CA4;
}
</style>
border-color css
<style>
span { border-color: #559CA4; }
span { border-color: rgb(85,156,164); }
td.TdClassName
{
border-color: #559CA4;
}
.TagClassName
{
border-color: #559CA4;
}
</style>