Shades of Cadet Blue #5B989E
Tints of Cadet Blue #5B989E
RGB
CMYK
RGB Variations
Color information
#5B989E (or 0x5B989E) is known color: Cadet Blue. HEX triplet: 5B, 98 and 9E. RGB value is (91,152,158). Sum of RGB (Red+Green+Blue) = 91+152+158=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B989E is #A46761. Grayscale: #868686. Windows color (decimal): -10774370 or 10393691. OLE color: 10393691.
HSL color Cylindrical-coordinate representation of color #5B989E: hue angle of 185.37º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B989E is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 152 | 158 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.38 |
| HSL | 185.37º | 0.27% | 0.49% | - |
| HSV(B) | 185.37º | 0.42% | 0.62% | - |
| XYZ | 21.71 | 27.15 | 36.44 | - |
| YUV | 134.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 158 | 0.42 | 0.04 | 0 | 0.38 | 185.37 | 0.27 | 0.49 |
| Hex | 5B | 98 | 9E | 2A | 4 | 0 | 26 | B9 | 1B | 31 |
| Octal | 133 | 230 | 236 | 52 | 4 | 0 | 46 | 271 | 33 | 61 |
| Binary | 1011011 | 10011000 | 10011110 | 101010 | 100 | 0 | 100110 | 10111001 | 11011 | 110001 |
Color Harmonies of #5B989E
Complementary color
Monochromatic Colors of #5B989E
Black with #5B989E
Text Example
Text Example
White with #5B989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B989E; }
p { color: rgb(91,152,158); }
H1.HeaderClassName
{
color: #5B989E;
}
.AnyTagClassName
{
color: #5B989E;
}
</style>
background-color css
<style>
a { background-color: #5B989E; }
a { background-color: rgb(91,152,158); }
div.DivClassName
{
background-color: #5B989E;
}
.BgClassName
{
background-color: #5B989E;
}
</style>
border-color css
<style>
span { border-color: #5B989E; }
span { border-color: rgb(91,152,158); }
td.TdClassName
{
border-color: #5B989E;
}
.TagClassName
{
border-color: #5B989E;
}
</style>