Shades of Cadet Blue #55A3A0
Tints of Cadet Blue #55A3A0
RGB
CMYK
RGB Variations
Color information
#55A3A0 (or 0x55A3A0) is known color: Cadet Blue. HEX triplet: 55, A3 and A0. RGB value is (85,163,160). Sum of RGB (Red+Green+Blue) = 85+163+160=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 163 - color contains mainly: green. Hex color #55A3A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A3A0 is #AA5C5F. Grayscale: #8B8B8B. Windows color (decimal): -11164768 or 10527573. OLE color: 10527573.
HSL color Cylindrical-coordinate representation of color #55A3A0: hue angle of 177.69º 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 #55A3A0 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 160 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.36 |
| HSL | 177.69º | 0.31% | 0.49% | - |
| HSV(B) | 177.69º | 0.48% | 0.64% | - |
| XYZ | 23.19 | 30.66 | 37.95 | - |
| YUV | 139.34 | 139.66 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 160 | 0.48 | 0 | 0.02 | 0.36 | 177.69 | 0.31 | 0.49 |
| Hex | 55 | A3 | A0 | 30 | 0 | 2 | 24 | B2 | 1F | 31 |
| Octal | 125 | 243 | 240 | 60 | 0 | 2 | 44 | 262 | 37 | 61 |
| Binary | 1010101 | 10100011 | 10100000 | 110000 | 0 | 10 | 100100 | 10110010 | 11111 | 110001 |
Color Harmonies of #55A3A0
Complementary color
Monochromatic Colors of #55A3A0
Black with #55A3A0
Text Example
Text Example
White with #55A3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A3A0; }
p { color: rgb(85,163,160); }
H1.HeaderClassName
{
color: #55A3A0;
}
.AnyTagClassName
{
color: #55A3A0;
}
</style>
background-color css
<style>
a { background-color: #55A3A0; }
a { background-color: rgb(85,163,160); }
div.DivClassName
{
background-color: #55A3A0;
}
.BgClassName
{
background-color: #55A3A0;
}
</style>
border-color css
<style>
span { border-color: #55A3A0; }
span { border-color: rgb(85,163,160); }
td.TdClassName
{
border-color: #55A3A0;
}
.TagClassName
{
border-color: #55A3A0;
}
</style>