Shades of Cadet Blue #55A09B
Tints of Cadet Blue #55A09B
RGB
CMYK
RGB Variations
Color information
#55A09B (or 0x55A09B) is known color: Cadet Blue. HEX triplet: 55, A0 and 9B. RGB value is (85,160,155). Sum of RGB (Red+Green+Blue) = 85+160+155=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 160 - color contains mainly: green. Hex color #55A09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A09B is #AA5F64. Grayscale: #888888. Windows color (decimal): -11165541 or 10199125. OLE color: 10199125.
HSL color Cylindrical-coordinate representation of color #55A09B: hue angle of 176º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A09B is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 160 | 155 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.37 |
| HSL | 176º | 0.31% | 0.48% | - |
| HSV(B) | 176º | 0.47% | 0.63% | - |
| XYZ | 22.23 | 29.44 | 35.52 | - |
| YUV | 137.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 155 | 0.47 | 0 | 0.03 | 0.37 | 176 | 0.31 | 0.48 |
| Hex | 55 | A0 | 9B | 2F | 0 | 3 | 25 | B0 | 1F | 30 |
| Octal | 125 | 240 | 233 | 57 | 0 | 3 | 45 | 260 | 37 | 60 |
| Binary | 1010101 | 10100000 | 10011011 | 101111 | 0 | 11 | 100101 | 10110000 | 11111 | 110000 |
Color Harmonies of #55A09B
Complementary color
Monochromatic Colors of #55A09B
Black with #55A09B
Text Example
Text Example
White with #55A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A09B; }
p { color: rgb(85,160,155); }
H1.HeaderClassName
{
color: #55A09B;
}
.AnyTagClassName
{
color: #55A09B;
}
</style>
background-color css
<style>
a { background-color: #55A09B; }
a { background-color: rgb(85,160,155); }
div.DivClassName
{
background-color: #55A09B;
}
.BgClassName
{
background-color: #55A09B;
}
</style>
border-color css
<style>
span { border-color: #55A09B; }
span { border-color: rgb(85,160,155); }
td.TdClassName
{
border-color: #55A09B;
}
.TagClassName
{
border-color: #55A09B;
}
</style>