Shades of Cadet Blue #5BA0AA
Tints of Cadet Blue #5BA0AA
RGB
CMYK
RGB Variations
Color information
#5BA0AA (or 0x5BA0AA) is known color: Cadet Blue. HEX triplet: 5B, A0 and AA. RGB value is (91,160,170). Sum of RGB (Red+Green+Blue) = 91+160+170=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #5BA0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA0AA is #A45F55. Grayscale: #8C8C8C. Windows color (decimal): -10772310 or 11182171. OLE color: 11182171.
HSL color Cylindrical-coordinate representation of color #5BA0AA: hue angle of 187.59º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA0AA is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 160 | 170 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.33 |
| HSL | 187.59º | 0.32% | 0.51% | - |
| HSV(B) | 187.59º | 0.46% | 0.67% | - |
| XYZ | 24.14 | 30.27 | 42.6 | - |
| YUV | 140.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 170 | 0.46 | 0.06 | 0 | 0.33 | 187.59 | 0.32 | 0.51 |
| Hex | 5B | A0 | AA | 2E | 6 | 0 | 21 | BC | 20 | 33 |
| Octal | 133 | 240 | 252 | 56 | 6 | 0 | 41 | 274 | 40 | 63 |
| Binary | 1011011 | 10100000 | 10101010 | 101110 | 110 | 0 | 100001 | 10111100 | 100000 | 110011 |
Color Harmonies of #5BA0AA
Complementary color
Monochromatic Colors of #5BA0AA
Black with #5BA0AA
Text Example
Text Example
White with #5BA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA0AA; }
p { color: rgb(91,160,170); }
H1.HeaderClassName
{
color: #5BA0AA;
}
.AnyTagClassName
{
color: #5BA0AA;
}
</style>
background-color css
<style>
a { background-color: #5BA0AA; }
a { background-color: rgb(91,160,170); }
div.DivClassName
{
background-color: #5BA0AA;
}
.BgClassName
{
background-color: #5BA0AA;
}
</style>
border-color css
<style>
span { border-color: #5BA0AA; }
span { border-color: rgb(91,160,170); }
td.TdClassName
{
border-color: #5BA0AA;
}
.TagClassName
{
border-color: #5BA0AA;
}
</style>