Shades of Cadet Blue #5B9DAB
Tints of Cadet Blue #5B9DAB
RGB
CMYK
RGB Variations
Color information
#5B9DAB (or 0x5B9DAB) is known color: Cadet Blue. HEX triplet: 5B, 9D and AB. RGB value is (91,157,171). Sum of RGB (Red+Green+Blue) = 91+157+171=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B9DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9DAB is #A46254. Grayscale: #8A8A8A. Windows color (decimal): -10773077 or 11246939. OLE color: 11246939.
HSL color Cylindrical-coordinate representation of color #5B9DAB: hue angle of 190.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B9DAB is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 157 | 171 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.33 |
| HSL | 190.5º | 0.32% | 0.51% | - |
| HSV(B) | 190.5º | 0.47% | 0.67% | - |
| XYZ | 23.72 | 29.28 | 42.93 | - |
| YUV | 138.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 157 | 171 | 0.47 | 0.08 | 0 | 0.33 | 190.5 | 0.32 | 0.51 |
| Hex | 5B | 9D | AB | 2F | 8 | 0 | 21 | BE | 20 | 33 |
| Octal | 133 | 235 | 253 | 57 | 10 | 0 | 41 | 276 | 40 | 63 |
| Binary | 1011011 | 10011101 | 10101011 | 101111 | 1000 | 0 | 100001 | 10111110 | 100000 | 110011 |
Color Harmonies of #5B9DAB
Complementary color
Monochromatic Colors of #5B9DAB
Black with #5B9DAB
Text Example
Text Example
White with #5B9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9DAB; }
p { color: rgb(91,157,171); }
H1.HeaderClassName
{
color: #5B9DAB;
}
.AnyTagClassName
{
color: #5B9DAB;
}
</style>
background-color css
<style>
a { background-color: #5B9DAB; }
a { background-color: rgb(91,157,171); }
div.DivClassName
{
background-color: #5B9DAB;
}
.BgClassName
{
background-color: #5B9DAB;
}
</style>
border-color css
<style>
span { border-color: #5B9DAB; }
span { border-color: rgb(91,157,171); }
td.TdClassName
{
border-color: #5B9DAB;
}
.TagClassName
{
border-color: #5B9DAB;
}
</style>