Shades of Cadet Blue #5DA093
Tints of Cadet Blue #5DA093
RGB
CMYK
RGB Variations
Color information
#5DA093 (or 0x5DA093) is known color: Cadet Blue. HEX triplet: 5D, A0 and 93. RGB value is (93,160,147). Sum of RGB (Red+Green+Blue) = 93+160+147=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA093 is #A25F6C. Grayscale: #8A8A8A. Windows color (decimal): -10641261 or 9674845. OLE color: 9674845.
HSL color Cylindrical-coordinate representation of color #5DA093: hue angle of 168.36º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA093 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 147 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.37 |
| HSL | 168.36º | 0.26% | 0.5% | - |
| HSV(B) | 168.36º | 0.42% | 0.63% | - |
| XYZ | 22.35 | 29.58 | 32.13 | - |
| YUV | 138.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 147 | 0.42 | 0 | 0.08 | 0.37 | 168.36 | 0.26 | 0.5 |
| Hex | 5D | A0 | 93 | 2A | 0 | 8 | 25 | A8 | 1A | 32 |
| Octal | 135 | 240 | 223 | 52 | 0 | 10 | 45 | 250 | 32 | 62 |
| Binary | 1011101 | 10100000 | 10010011 | 101010 | 0 | 1000 | 100101 | 10101000 | 11010 | 110010 |
Color Harmonies of #5DA093
Complementary color
Monochromatic Colors of #5DA093
Black with #5DA093
Text Example
Text Example
White with #5DA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA093; }
p { color: rgb(93,160,147); }
H1.HeaderClassName
{
color: #5DA093;
}
.AnyTagClassName
{
color: #5DA093;
}
</style>
background-color css
<style>
a { background-color: #5DA093; }
a { background-color: rgb(93,160,147); }
div.DivClassName
{
background-color: #5DA093;
}
.BgClassName
{
background-color: #5DA093;
}
</style>
border-color css
<style>
span { border-color: #5DA093; }
span { border-color: rgb(93,160,147); }
td.TdClassName
{
border-color: #5DA093;
}
.TagClassName
{
border-color: #5DA093;
}
</style>