Shades of Cadet Blue #5B9B98
Tints of Cadet Blue #5B9B98
RGB
CMYK
RGB Variations
Color information
#5B9B98 (or 0x5B9B98) is known color: Cadet Blue. HEX triplet: 5B, 9B and 98. RGB value is (91,155,152). Sum of RGB (Red+Green+Blue) = 91+155+152=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9B98 is #A46467. Grayscale: #878787. Windows color (decimal): -10773608 or 10001243. OLE color: 10001243.
HSL color Cylindrical-coordinate representation of color #5B9B98: hue angle of 177.19º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9B98 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 155 | 152 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.39 |
| HSL | 177.19º | 0.26% | 0.48% | - |
| HSV(B) | 177.19º | 0.41% | 0.61% | - |
| XYZ | 21.7 | 27.93 | 33.95 | - |
| YUV | 135.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 155 | 152 | 0.41 | 0 | 0.02 | 0.39 | 177.19 | 0.26 | 0.48 |
| Hex | 5B | 9B | 98 | 29 | 0 | 2 | 27 | B1 | 1A | 30 |
| Octal | 133 | 233 | 230 | 51 | 0 | 2 | 47 | 261 | 32 | 60 |
| Binary | 1011011 | 10011011 | 10011000 | 101001 | 0 | 10 | 100111 | 10110001 | 11010 | 110000 |
Color Harmonies of #5B9B98
Complementary color
Monochromatic Colors of #5B9B98
Black with #5B9B98
Text Example
Text Example
White with #5B9B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9B98; }
p { color: rgb(91,155,152); }
H1.HeaderClassName
{
color: #5B9B98;
}
.AnyTagClassName
{
color: #5B9B98;
}
</style>
background-color css
<style>
a { background-color: #5B9B98; }
a { background-color: rgb(91,155,152); }
div.DivClassName
{
background-color: #5B9B98;
}
.BgClassName
{
background-color: #5B9B98;
}
</style>
border-color css
<style>
span { border-color: #5B9B98; }
span { border-color: rgb(91,155,152); }
td.TdClassName
{
border-color: #5B9B98;
}
.TagClassName
{
border-color: #5B9B98;
}
</style>