Shades of Cadet Blue #5BA69C
Tints of Cadet Blue #5BA69C
RGB
CMYK
RGB Variations
Color information
#5BA69C (or 0x5BA69C) is known color: Cadet Blue. HEX triplet: 5B, A6 and 9C. RGB value is (91,166,156). Sum of RGB (Red+Green+Blue) = 91+166+156=413 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.03% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA69C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA69C is #A45963. Grayscale: #8E8E8E. Windows color (decimal): -10770788 or 10266203. OLE color: 10266203.
HSL color Cylindrical-coordinate representation of color #5BA69C: hue angle of 172º 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 #5BA69C is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 156 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.35 |
| HSL | 172º | 0.3% | 0.5% | - |
| HSV(B) | 172º | 0.45% | 0.65% | - |
| XYZ | 23.95 | 31.9 | 36.35 | - |
| YUV | 142.44 | 135.65 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 156 | 0.45 | 0 | 0.06 | 0.35 | 172 | 0.3 | 0.5 |
| Hex | 5B | A6 | 9C | 2D | 0 | 6 | 23 | AC | 1E | 32 |
| Octal | 133 | 246 | 234 | 55 | 0 | 6 | 43 | 254 | 36 | 62 |
| Binary | 1011011 | 10100110 | 10011100 | 101101 | 0 | 110 | 100011 | 10101100 | 11110 | 110010 |
Color Harmonies of #5BA69C
Complementary color
Monochromatic Colors of #5BA69C
Black with #5BA69C
Text Example
Text Example
White with #5BA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA69C; }
p { color: rgb(91,166,156); }
H1.HeaderClassName
{
color: #5BA69C;
}
.AnyTagClassName
{
color: #5BA69C;
}
</style>
background-color css
<style>
a { background-color: #5BA69C; }
a { background-color: rgb(91,166,156); }
div.DivClassName
{
background-color: #5BA69C;
}
.BgClassName
{
background-color: #5BA69C;
}
</style>
border-color css
<style>
span { border-color: #5BA69C; }
span { border-color: rgb(91,166,156); }
td.TdClassName
{
border-color: #5BA69C;
}
.TagClassName
{
border-color: #5BA69C;
}
</style>