Shades of Cadet Blue #5BA29A
Tints of Cadet Blue #5BA29A
RGB
CMYK
RGB Variations
Color information
#5BA29A (or 0x5BA29A) is known color: Cadet Blue. HEX triplet: 5B, A2 and 9A. RGB value is (91,162,154). Sum of RGB (Red+Green+Blue) = 91+162+154=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA29A is #A45D65. Grayscale: #8B8B8B. Windows color (decimal): -10771814 or 10134107. OLE color: 10134107.
HSL color Cylindrical-coordinate representation of color #5BA29A: hue angle of 173.24º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA29A is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 154 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.36 |
| HSL | 173.24º | 0.28% | 0.5% | - |
| HSV(B) | 173.24º | 0.44% | 0.64% | - |
| XYZ | 23.07 | 30.4 | 35.22 | - |
| YUV | 139.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 154 | 0.44 | 0 | 0.05 | 0.36 | 173.24 | 0.28 | 0.5 |
| Hex | 5B | A2 | 9A | 2C | 0 | 5 | 24 | AD | 1C | 32 |
| Octal | 133 | 242 | 232 | 54 | 0 | 5 | 44 | 255 | 34 | 62 |
| Binary | 1011011 | 10100010 | 10011010 | 101100 | 0 | 101 | 100100 | 10101101 | 11100 | 110010 |
Color Harmonies of #5BA29A
Complementary color
Monochromatic Colors of #5BA29A
Black with #5BA29A
Text Example
Text Example
White with #5BA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA29A; }
p { color: rgb(91,162,154); }
H1.HeaderClassName
{
color: #5BA29A;
}
.AnyTagClassName
{
color: #5BA29A;
}
</style>
background-color css
<style>
a { background-color: #5BA29A; }
a { background-color: rgb(91,162,154); }
div.DivClassName
{
background-color: #5BA29A;
}
.BgClassName
{
background-color: #5BA29A;
}
</style>
border-color css
<style>
span { border-color: #5BA29A; }
span { border-color: rgb(91,162,154); }
td.TdClassName
{
border-color: #5BA29A;
}
.TagClassName
{
border-color: #5BA29A;
}
</style>