Shades of Cadet Blue #5BA3AC
Tints of Cadet Blue #5BA3AC
RGB
CMYK
RGB Variations
Color information
#5BA3AC (or 0x5BA3AC) is known color: Cadet Blue. HEX triplet: 5B, A3 and AC. RGB value is (91,163,172). Sum of RGB (Red+Green+Blue) = 91+163+172=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #5BA3AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA3AC is #A45C53. Grayscale: #8E8E8E. Windows color (decimal): -10771540 or 11314011. OLE color: 11314011.
HSL color Cylindrical-coordinate representation of color #5BA3AC: hue angle of 186.67º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BA3AC is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 163 | 172 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.33 |
| HSL | 186.67º | 0.33% | 0.52% | - |
| HSV(B) | 186.67º | 0.47% | 0.67% | - |
| XYZ | 24.86 | 31.4 | 43.78 | - |
| YUV | 142.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 172 | 0.47 | 0.05 | 0 | 0.33 | 186.67 | 0.33 | 0.52 |
| Hex | 5B | A3 | AC | 2F | 5 | 0 | 21 | BB | 21 | 34 |
| Octal | 133 | 243 | 254 | 57 | 5 | 0 | 41 | 273 | 41 | 64 |
| Binary | 1011011 | 10100011 | 10101100 | 101111 | 101 | 0 | 100001 | 10111011 | 100001 | 110100 |
Color Harmonies of #5BA3AC
Complementary color
Monochromatic Colors of #5BA3AC
Black with #5BA3AC
Text Example
Text Example
White with #5BA3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA3AC; }
p { color: rgb(91,163,172); }
H1.HeaderClassName
{
color: #5BA3AC;
}
.AnyTagClassName
{
color: #5BA3AC;
}
</style>
background-color css
<style>
a { background-color: #5BA3AC; }
a { background-color: rgb(91,163,172); }
div.DivClassName
{
background-color: #5BA3AC;
}
.BgClassName
{
background-color: #5BA3AC;
}
</style>
border-color css
<style>
span { border-color: #5BA3AC; }
span { border-color: rgb(91,163,172); }
td.TdClassName
{
border-color: #5BA3AC;
}
.TagClassName
{
border-color: #5BA3AC;
}
</style>