Shades of Cadet Blue #5BABA3
Tints of Cadet Blue #5BABA3
RGB
CMYK
RGB Variations
Color information
#5BABA3 (or 0x5BABA3) is known color: Cadet Blue. HEX triplet: 5B, AB and A3. RGB value is (91,171,163). Sum of RGB (Red+Green+Blue) = 91+171+163=425 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.41% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #5BABA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BABA3 is #A4545C. Grayscale: #929292. Windows color (decimal): -10769501 or 10726235. OLE color: 10726235.
HSL color Cylindrical-coordinate representation of color #5BABA3: hue angle of 174º 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 #5BABA3 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 163 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.33 |
| HSL | 174º | 0.32% | 0.51% | - |
| HSV(B) | 174º | 0.47% | 0.67% | - |
| XYZ | 25.49 | 33.99 | 39.87 | - |
| YUV | 146.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 163 | 0.47 | 0 | 0.05 | 0.33 | 174 | 0.32 | 0.51 |
| Hex | 5B | AB | A3 | 2F | 0 | 5 | 21 | AE | 20 | 33 |
| Octal | 133 | 253 | 243 | 57 | 0 | 5 | 41 | 256 | 40 | 63 |
| Binary | 1011011 | 10101011 | 10100011 | 101111 | 0 | 101 | 100001 | 10101110 | 100000 | 110011 |
Color Harmonies of #5BABA3
Complementary color
Monochromatic Colors of #5BABA3
Black with #5BABA3
Text Example
Text Example
White with #5BABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BABA3; }
p { color: rgb(91,171,163); }
H1.HeaderClassName
{
color: #5BABA3;
}
.AnyTagClassName
{
color: #5BABA3;
}
</style>
background-color css
<style>
a { background-color: #5BABA3; }
a { background-color: rgb(91,171,163); }
div.DivClassName
{
background-color: #5BABA3;
}
.BgClassName
{
background-color: #5BABA3;
}
</style>
border-color css
<style>
span { border-color: #5BABA3; }
span { border-color: rgb(91,171,163); }
td.TdClassName
{
border-color: #5BABA3;
}
.TagClassName
{
border-color: #5BABA3;
}
</style>