Shades of Cadet Blue #5BA69D
Tints of Cadet Blue #5BA69D
RGB
CMYK
RGB Variations
Color information
#5BA69D (or 0x5BA69D) is known color: Cadet Blue. HEX triplet: 5B, A6 and 9D. RGB value is (91,166,157). Sum of RGB (Red+Green+Blue) = 91+166+157=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA69D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA69D is #A45962. Grayscale: #8E8E8E. Windows color (decimal): -10770787 or 10331739. OLE color: 10331739.
HSL color Cylindrical-coordinate representation of color #5BA69D: hue angle of 172.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA69D is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 157 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.35 |
| HSL | 172.8º | 0.3% | 0.5% | - |
| HSV(B) | 172.8º | 0.45% | 0.65% | - |
| XYZ | 24.04 | 31.93 | 36.79 | - |
| YUV | 142.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 157 | 0.45 | 0 | 0.05 | 0.35 | 172.8 | 0.3 | 0.5 |
| Hex | 5B | A6 | 9D | 2D | 0 | 5 | 23 | AD | 1E | 32 |
| Octal | 133 | 246 | 235 | 55 | 0 | 5 | 43 | 255 | 36 | 62 |
| Binary | 1011011 | 10100110 | 10011101 | 101101 | 0 | 101 | 100011 | 10101101 | 11110 | 110010 |
Color Harmonies of #5BA69D
Complementary color
Monochromatic Colors of #5BA69D
Black with #5BA69D
Text Example
Text Example
White with #5BA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA69D; }
p { color: rgb(91,166,157); }
H1.HeaderClassName
{
color: #5BA69D;
}
.AnyTagClassName
{
color: #5BA69D;
}
</style>
background-color css
<style>
a { background-color: #5BA69D; }
a { background-color: rgb(91,166,157); }
div.DivClassName
{
background-color: #5BA69D;
}
.BgClassName
{
background-color: #5BA69D;
}
</style>
border-color css
<style>
span { border-color: #5BA69D; }
span { border-color: rgb(91,166,157); }
td.TdClassName
{
border-color: #5BA69D;
}
.TagClassName
{
border-color: #5BA69D;
}
</style>