Shades of Cadet Blue #5BA49F
Tints of Cadet Blue #5BA49F
RGB
CMYK
RGB Variations
Color information
#5BA49F (or 0x5BA49F) is known color: Cadet Blue. HEX triplet: 5B, A4 and 9F. RGB value is (91,164,159). Sum of RGB (Red+Green+Blue) = 91+164+159=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA49F is #A45B60. Grayscale: #8D8D8D. Windows color (decimal): -10771297 or 10462299. OLE color: 10462299.
HSL color Cylindrical-coordinate representation of color #5BA49F: hue angle of 175.89º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA49F is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 159 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.36 |
| HSL | 175.89º | 0.29% | 0.5% | - |
| HSV(B) | 175.89º | 0.45% | 0.64% | - |
| XYZ | 23.85 | 31.28 | 37.58 | - |
| YUV | 141.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 159 | 0.45 | 0 | 0.03 | 0.36 | 175.89 | 0.29 | 0.5 |
| Hex | 5B | A4 | 9F | 2D | 0 | 3 | 24 | B0 | 1D | 32 |
| Octal | 133 | 244 | 237 | 55 | 0 | 3 | 44 | 260 | 35 | 62 |
| Binary | 1011011 | 10100100 | 10011111 | 101101 | 0 | 11 | 100100 | 10110000 | 11101 | 110010 |
Color Harmonies of #5BA49F
Complementary color
Monochromatic Colors of #5BA49F
Black with #5BA49F
Text Example
Text Example
White with #5BA49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA49F; }
p { color: rgb(91,164,159); }
H1.HeaderClassName
{
color: #5BA49F;
}
.AnyTagClassName
{
color: #5BA49F;
}
</style>
background-color css
<style>
a { background-color: #5BA49F; }
a { background-color: rgb(91,164,159); }
div.DivClassName
{
background-color: #5BA49F;
}
.BgClassName
{
background-color: #5BA49F;
}
</style>
border-color css
<style>
span { border-color: #5BA49F; }
span { border-color: rgb(91,164,159); }
td.TdClassName
{
border-color: #5BA49F;
}
.TagClassName
{
border-color: #5BA49F;
}
</style>