Shades of Cadet Blue #5DABA5
Tints of Cadet Blue #5DABA5
RGB
CMYK
RGB Variations
Color information
#5DABA5 (or 0x5DABA5) is known color: Cadet Blue. HEX triplet: 5D, AB and A5. RGB value is (93,171,165). Sum of RGB (Red+Green+Blue) = 93+171+165=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #5DABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DABA5 is #A2545A. Grayscale: #929292. Windows color (decimal): -10638427 or 10857309. OLE color: 10857309.
HSL color Cylindrical-coordinate representation of color #5DABA5: hue angle of 175.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DABA5 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 171 | 165 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.33 |
| HSL | 175.38º | 0.32% | 0.52% | - |
| HSV(B) | 175.38º | 0.46% | 0.67% | - |
| XYZ | 25.87 | 34.17 | 40.83 | - |
| YUV | 146.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 165 | 0.46 | 0 | 0.04 | 0.33 | 175.38 | 0.32 | 0.52 |
| Hex | 5D | AB | A5 | 2E | 0 | 4 | 21 | AF | 20 | 34 |
| Octal | 135 | 253 | 245 | 56 | 0 | 4 | 41 | 257 | 40 | 64 |
| Binary | 1011101 | 10101011 | 10100101 | 101110 | 0 | 100 | 100001 | 10101111 | 100000 | 110100 |
Color Harmonies of #5DABA5
Complementary color
Monochromatic Colors of #5DABA5
Black with #5DABA5
Text Example
Text Example
White with #5DABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DABA5; }
p { color: rgb(93,171,165); }
H1.HeaderClassName
{
color: #5DABA5;
}
.AnyTagClassName
{
color: #5DABA5;
}
</style>
background-color css
<style>
a { background-color: #5DABA5; }
a { background-color: rgb(93,171,165); }
div.DivClassName
{
background-color: #5DABA5;
}
.BgClassName
{
background-color: #5DABA5;
}
</style>
border-color css
<style>
span { border-color: #5DABA5; }
span { border-color: rgb(93,171,165); }
td.TdClassName
{
border-color: #5DABA5;
}
.TagClassName
{
border-color: #5DABA5;
}
</style>