Shades of Cadet Blue #5B969B
Tints of Cadet Blue #5B969B
RGB
CMYK
RGB Variations
Color information
#5B969B (or 0x5B969B) is known color: Cadet Blue. HEX triplet: 5B, 96 and 9B. RGB value is (91,150,155). Sum of RGB (Red+Green+Blue) = 91+150+155=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B969B is #A46964. Grayscale: #848484. Windows color (decimal): -10774885 or 10196571. OLE color: 10196571.
HSL color Cylindrical-coordinate representation of color #5B969B: hue angle of 184.69º 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 #5B969B is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 150 | 155 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.39 |
| HSL | 184.69º | 0.26% | 0.48% | - |
| HSV(B) | 184.69º | 0.41% | 0.61% | - |
| XYZ | 21.14 | 26.4 | 34.99 | - |
| YUV | 132.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 155 | 0.41 | 0.03 | 0 | 0.39 | 184.69 | 0.26 | 0.48 |
| Hex | 5B | 96 | 9B | 29 | 3 | 0 | 27 | B9 | 1A | 30 |
| Octal | 133 | 226 | 233 | 51 | 3 | 0 | 47 | 271 | 32 | 60 |
| Binary | 1011011 | 10010110 | 10011011 | 101001 | 11 | 0 | 100111 | 10111001 | 11010 | 110000 |
Color Harmonies of #5B969B
Complementary color
Monochromatic Colors of #5B969B
Black with #5B969B
Text Example
Text Example
White with #5B969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B969B; }
p { color: rgb(91,150,155); }
H1.HeaderClassName
{
color: #5B969B;
}
.AnyTagClassName
{
color: #5B969B;
}
</style>
background-color css
<style>
a { background-color: #5B969B; }
a { background-color: rgb(91,150,155); }
div.DivClassName
{
background-color: #5B969B;
}
.BgClassName
{
background-color: #5B969B;
}
</style>
border-color css
<style>
span { border-color: #5B969B; }
span { border-color: rgb(91,150,155); }
td.TdClassName
{
border-color: #5B969B;
}
.TagClassName
{
border-color: #5B969B;
}
</style>