Shades of Cadet Blue #55A397
Tints of Cadet Blue #55A397
RGB
CMYK
RGB Variations
Color information
#55A397 (or 0x55A397) is known color: Cadet Blue. HEX triplet: 55, A3 and 97. RGB value is (85,163,151). Sum of RGB (Red+Green+Blue) = 85+163+151=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #55A397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A397 is #AA5C68. Grayscale: #8A8A8A. Windows color (decimal): -11164777 or 9937749. OLE color: 9937749.
HSL color Cylindrical-coordinate representation of color #55A397: hue angle of 170.77º 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 #55A397 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 151 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.36 |
| HSL | 170.77º | 0.31% | 0.49% | - |
| HSV(B) | 170.77º | 0.48% | 0.64% | - |
| XYZ | 22.43 | 30.36 | 33.96 | - |
| YUV | 138.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 151 | 0.48 | 0 | 0.07 | 0.36 | 170.77 | 0.31 | 0.49 |
| Hex | 55 | A3 | 97 | 30 | 0 | 7 | 24 | AB | 1F | 31 |
| Octal | 125 | 243 | 227 | 60 | 0 | 7 | 44 | 253 | 37 | 61 |
| Binary | 1010101 | 10100011 | 10010111 | 110000 | 0 | 111 | 100100 | 10101011 | 11111 | 110001 |
Color Harmonies of #55A397
Complementary color
Monochromatic Colors of #55A397
Black with #55A397
Text Example
Text Example
White with #55A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A397; }
p { color: rgb(85,163,151); }
H1.HeaderClassName
{
color: #55A397;
}
.AnyTagClassName
{
color: #55A397;
}
</style>
background-color css
<style>
a { background-color: #55A397; }
a { background-color: rgb(85,163,151); }
div.DivClassName
{
background-color: #55A397;
}
.BgClassName
{
background-color: #55A397;
}
</style>
border-color css
<style>
span { border-color: #55A397; }
span { border-color: rgb(85,163,151); }
td.TdClassName
{
border-color: #55A397;
}
.TagClassName
{
border-color: #55A397;
}
</style>