Shades of Zorba #989593
Tints of Zorba #989593
RGB
CMYK
RGB Variations
Color information
#989593 (or 0x989593) is known color: Zorba. HEX triplet: 98, 95 and 93. RGB value is (152,149,147). Sum of RGB (Red+Green+Blue) = 152+149+147=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 152 - color contains mainly: red. Hex color #989593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989593 is #676A6C. Grayscale: #959595. Windows color (decimal): -6777453 or 9672088. OLE color: 9672088.
HSL color Cylindrical-coordinate representation of color #989593: hue angle of 24º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #989593 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 149 | 147 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.40 |
| HSL | 24º | 0.02% | 0.59% | - |
| HSV(B) | 24º | 0.03% | 0.6% | - |
| XYZ | 28.96 | 30.28 | 31.92 | - |
| YUV | 149.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 147 | 0 | 0.02 | 0.03 | 0.40 | 24 | 0.02 | 0.59 |
| Hex | 98 | 95 | 93 | 0 | 2 | 3 | 28 | 18 | 2 | 3B |
| Octal | 230 | 225 | 223 | 0 | 2 | 3 | 50 | 30 | 2 | 73 |
| Binary | 10011000 | 10010101 | 10010011 | 0 | 10 | 11 | 101000 | 11000 | 10 | 111011 |
Color Harmonies of #989593
Complementary color
Monochromatic Colors of #989593
Black with #989593
Text Example
Text Example
White with #989593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989593; }
p { color: rgb(152,149,147); }
H1.HeaderClassName
{
color: #989593;
}
.AnyTagClassName
{
color: #989593;
}
</style>
background-color css
<style>
a { background-color: #989593; }
a { background-color: rgb(152,149,147); }
div.DivClassName
{
background-color: #989593;
}
.BgClassName
{
background-color: #989593;
}
</style>
border-color css
<style>
span { border-color: #989593; }
span { border-color: rgb(152,149,147); }
td.TdClassName
{
border-color: #989593;
}
.TagClassName
{
border-color: #989593;
}
</style>