Shades of Cadet Blue #5B9A98
Tints of Cadet Blue #5B9A98
RGB
CMYK
RGB Variations
Color information
#5B9A98 (or 0x5B9A98) is known color: Cadet Blue. HEX triplet: 5B, 9A and 98. RGB value is (91,154,152). Sum of RGB (Red+Green+Blue) = 91+154+152=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 154 - color contains mainly: green. Hex color #5B9A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9A98 is #A46567. Grayscale: #868686. Windows color (decimal): -10773864 or 10000987. OLE color: 10000987.
HSL color Cylindrical-coordinate representation of color #5B9A98: hue angle of 178.1º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9A98 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 154 | 152 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.40 |
| HSL | 178.1º | 0.26% | 0.48% | - |
| HSV(B) | 178.1º | 0.41% | 0.6% | - |
| XYZ | 21.54 | 27.6 | 33.9 | - |
| YUV | 134.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 154 | 152 | 0.41 | 0 | 0.01 | 0.40 | 178.1 | 0.26 | 0.48 |
| Hex | 5B | 9A | 98 | 29 | 0 | 1 | 28 | B2 | 1A | 30 |
| Octal | 133 | 232 | 230 | 51 | 0 | 1 | 50 | 262 | 32 | 60 |
| Binary | 1011011 | 10011010 | 10011000 | 101001 | 0 | 1 | 101000 | 10110010 | 11010 | 110000 |
Color Harmonies of #5B9A98
Complementary color
Monochromatic Colors of #5B9A98
Black with #5B9A98
Text Example
Text Example
White with #5B9A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9A98; }
p { color: rgb(91,154,152); }
H1.HeaderClassName
{
color: #5B9A98;
}
.AnyTagClassName
{
color: #5B9A98;
}
</style>
background-color css
<style>
a { background-color: #5B9A98; }
a { background-color: rgb(91,154,152); }
div.DivClassName
{
background-color: #5B9A98;
}
.BgClassName
{
background-color: #5B9A98;
}
</style>
border-color css
<style>
span { border-color: #5B9A98; }
span { border-color: rgb(91,154,152); }
td.TdClassName
{
border-color: #5B9A98;
}
.TagClassName
{
border-color: #5B9A98;
}
</style>