Shades of Cadet Blue #5B9C9F
Tints of Cadet Blue #5B9C9F
RGB
CMYK
RGB Variations
Color information
#5B9C9F (or 0x5B9C9F) is known color: Cadet Blue. HEX triplet: 5B, 9C and 9F. RGB value is (91,156,159). Sum of RGB (Red+Green+Blue) = 91+156+159=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B9C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9C9F is #A46360. Grayscale: #888888. Windows color (decimal): -10773345 or 10460251. OLE color: 10460251.
HSL color Cylindrical-coordinate representation of color #5B9C9F: hue angle of 182.65º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B9C9F is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 156 | 159 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.38 |
| HSL | 182.65º | 0.27% | 0.49% | - |
| HSV(B) | 182.65º | 0.43% | 0.62% | - |
| XYZ | 22.46 | 28.5 | 37.12 | - |
| YUV | 136.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 156 | 159 | 0.43 | 0.02 | 0 | 0.38 | 182.65 | 0.27 | 0.49 |
| Hex | 5B | 9C | 9F | 2B | 2 | 0 | 26 | B7 | 1B | 31 |
| Octal | 133 | 234 | 237 | 53 | 2 | 0 | 46 | 267 | 33 | 61 |
| Binary | 1011011 | 10011100 | 10011111 | 101011 | 10 | 0 | 100110 | 10110111 | 11011 | 110001 |
Color Harmonies of #5B9C9F
Complementary color
Monochromatic Colors of #5B9C9F
Black with #5B9C9F
Text Example
Text Example
White with #5B9C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9C9F; }
p { color: rgb(91,156,159); }
H1.HeaderClassName
{
color: #5B9C9F;
}
.AnyTagClassName
{
color: #5B9C9F;
}
</style>
background-color css
<style>
a { background-color: #5B9C9F; }
a { background-color: rgb(91,156,159); }
div.DivClassName
{
background-color: #5B9C9F;
}
.BgClassName
{
background-color: #5B9C9F;
}
</style>
border-color css
<style>
span { border-color: #5B9C9F; }
span { border-color: rgb(91,156,159); }
td.TdClassName
{
border-color: #5B9C9F;
}
.TagClassName
{
border-color: #5B9C9F;
}
</style>