Shades of Delta #93A585
Tints of Delta #93A585
RGB
CMYK
RGB Variations
Color information
#93A585 (or 0x93A585) is known color: Delta. HEX triplet: 93, A5 and 85. RGB value is (147,165,133). Sum of RGB (Red+Green+Blue) = 147+165+133=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 165 - color contains mainly: green. Hex color #93A585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A585 is #6C5A7A. Grayscale: #9C9C9C. Windows color (decimal): -7101051 or 8758675. OLE color: 8758675.
HSL color Cylindrical-coordinate representation of color #93A585: hue angle of 93.75º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93A585 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 165 | 133 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.35 |
| HSL | 93.75º | 0.15% | 0.58% | - |
| HSV(B) | 93.75º | 0.19% | 0.65% | - |
| XYZ | 29.72 | 34.81 | 27.34 | - |
| YUV | 155.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 165 | 133 | 0.11 | 0 | 0.19 | 0.35 | 93.75 | 0.15 | 0.58 |
| Hex | 93 | A5 | 85 | B | 0 | 13 | 23 | 5E | F | 3A |
| Octal | 223 | 245 | 205 | 13 | 0 | 23 | 43 | 136 | 17 | 72 |
| Binary | 10010011 | 10100101 | 10000101 | 1011 | 0 | 10011 | 100011 | 1011110 | 1111 | 111010 |
Color Harmonies of #93A585
Complementary color
Monochromatic Colors of #93A585
Black with #93A585
Text Example
Text Example
White with #93A585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A585; }
p { color: rgb(147,165,133); }
H1.HeaderClassName
{
color: #93A585;
}
.AnyTagClassName
{
color: #93A585;
}
</style>
background-color css
<style>
a { background-color: #93A585; }
a { background-color: rgb(147,165,133); }
div.DivClassName
{
background-color: #93A585;
}
.BgClassName
{
background-color: #93A585;
}
</style>
border-color css
<style>
span { border-color: #93A585; }
span { border-color: rgb(147,165,133); }
td.TdClassName
{
border-color: #93A585;
}
.TagClassName
{
border-color: #93A585;
}
</style>