Shades of Cadet Blue #5BA29B
Tints of Cadet Blue #5BA29B
RGB
CMYK
RGB Variations
Color information
#5BA29B (or 0x5BA29B) is known color: Cadet Blue. HEX triplet: 5B, A2 and 9B. RGB value is (91,162,155). Sum of RGB (Red+Green+Blue) = 91+162+155=408 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.30% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA29B is #A45D64. Grayscale: #8B8B8B. Windows color (decimal): -10771813 or 10199643. OLE color: 10199643.
HSL color Cylindrical-coordinate representation of color #5BA29B: hue angle of 174.08º 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 #5BA29B is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 155 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.36 |
| HSL | 174.08º | 0.28% | 0.5% | - |
| HSV(B) | 174.08º | 0.44% | 0.64% | - |
| XYZ | 23.15 | 30.43 | 35.66 | - |
| YUV | 139.97 | 136.48 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 155 | 0.44 | 0 | 0.04 | 0.36 | 174.08 | 0.28 | 0.5 |
| Hex | 5B | A2 | 9B | 2C | 0 | 4 | 24 | AE | 1C | 32 |
| Octal | 133 | 242 | 233 | 54 | 0 | 4 | 44 | 256 | 34 | 62 |
| Binary | 1011011 | 10100010 | 10011011 | 101100 | 0 | 100 | 100100 | 10101110 | 11100 | 110010 |
Color Harmonies of #5BA29B
Complementary color
Monochromatic Colors of #5BA29B
Black with #5BA29B
Text Example
Text Example
White with #5BA29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA29B; }
p { color: rgb(91,162,155); }
H1.HeaderClassName
{
color: #5BA29B;
}
.AnyTagClassName
{
color: #5BA29B;
}
</style>
background-color css
<style>
a { background-color: #5BA29B; }
a { background-color: rgb(91,162,155); }
div.DivClassName
{
background-color: #5BA29B;
}
.BgClassName
{
background-color: #5BA29B;
}
</style>
border-color css
<style>
span { border-color: #5BA29B; }
span { border-color: rgb(91,162,155); }
td.TdClassName
{
border-color: #5BA29B;
}
.TagClassName
{
border-color: #5BA29B;
}
</style>