Shades of Cadet Blue #5BA2AA
Tints of Cadet Blue #5BA2AA
RGB
CMYK
RGB Variations
Color information
#5BA2AA (or 0x5BA2AA) is known color: Cadet Blue. HEX triplet: 5B, A2 and AA. RGB value is (91,162,170). Sum of RGB (Red+Green+Blue) = 91+162+170=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #5BA2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA2AA is #A45D55. Grayscale: #8D8D8D. Windows color (decimal): -10771798 or 11182683. OLE color: 11182683.
HSL color Cylindrical-coordinate representation of color #5BA2AA: hue angle of 186.08º 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 #5BA2AA is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 162 | 170 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.33 |
| HSL | 186.08º | 0.32% | 0.51% | - |
| HSV(B) | 186.08º | 0.46% | 0.67% | - |
| XYZ | 24.49 | 30.97 | 42.72 | - |
| YUV | 141.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 170 | 0.46 | 0.05 | 0 | 0.33 | 186.08 | 0.32 | 0.51 |
| Hex | 5B | A2 | AA | 2E | 5 | 0 | 21 | BA | 20 | 33 |
| Octal | 133 | 242 | 252 | 56 | 5 | 0 | 41 | 272 | 40 | 63 |
| Binary | 1011011 | 10100010 | 10101010 | 101110 | 101 | 0 | 100001 | 10111010 | 100000 | 110011 |
Color Harmonies of #5BA2AA
Complementary color
Monochromatic Colors of #5BA2AA
Black with #5BA2AA
Text Example
Text Example
White with #5BA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA2AA; }
p { color: rgb(91,162,170); }
H1.HeaderClassName
{
color: #5BA2AA;
}
.AnyTagClassName
{
color: #5BA2AA;
}
</style>
background-color css
<style>
a { background-color: #5BA2AA; }
a { background-color: rgb(91,162,170); }
div.DivClassName
{
background-color: #5BA2AA;
}
.BgClassName
{
background-color: #5BA2AA;
}
</style>
border-color css
<style>
span { border-color: #5BA2AA; }
span { border-color: rgb(91,162,170); }
td.TdClassName
{
border-color: #5BA2AA;
}
.TagClassName
{
border-color: #5BA2AA;
}
</style>