Shades of Cadet Blue #5BA49B
Tints of Cadet Blue #5BA49B
RGB
CMYK
RGB Variations
Color information
#5BA49B (or 0x5BA49B) is known color: Cadet Blue. HEX triplet: 5B, A4 and 9B. RGB value is (91,164,155). Sum of RGB (Red+Green+Blue) = 91+164+155=410 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.20% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA49B is #A45B64. Grayscale: #8D8D8D. Windows color (decimal): -10771301 or 10200155. OLE color: 10200155.
HSL color Cylindrical-coordinate representation of color #5BA49B: hue angle of 172.6º 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 #5BA49B is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 155 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.36 |
| HSL | 172.6º | 0.29% | 0.5% | - |
| HSV(B) | 172.6º | 0.45% | 0.64% | - |
| XYZ | 23.51 | 31.14 | 35.78 | - |
| YUV | 141.15 | 135.82 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 155 | 0.45 | 0 | 0.05 | 0.36 | 172.6 | 0.29 | 0.5 |
| Hex | 5B | A4 | 9B | 2D | 0 | 5 | 24 | AD | 1D | 32 |
| Octal | 133 | 244 | 233 | 55 | 0 | 5 | 44 | 255 | 35 | 62 |
| Binary | 1011011 | 10100100 | 10011011 | 101101 | 0 | 101 | 100100 | 10101101 | 11101 | 110010 |
Color Harmonies of #5BA49B
Complementary color
Monochromatic Colors of #5BA49B
Black with #5BA49B
Text Example
Text Example
White with #5BA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA49B; }
p { color: rgb(91,164,155); }
H1.HeaderClassName
{
color: #5BA49B;
}
.AnyTagClassName
{
color: #5BA49B;
}
</style>
background-color css
<style>
a { background-color: #5BA49B; }
a { background-color: rgb(91,164,155); }
div.DivClassName
{
background-color: #5BA49B;
}
.BgClassName
{
background-color: #5BA49B;
}
</style>
border-color css
<style>
span { border-color: #5BA49B; }
span { border-color: rgb(91,164,155); }
td.TdClassName
{
border-color: #5BA49B;
}
.TagClassName
{
border-color: #5BA49B;
}
</style>