#989593

Color #989593 Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #989593

Tints of Zorba #989593

Color information

#989593 (or 0x989593) is unknown color: approx 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

RGB152149147-
CMYK00.020.030.40
HSL24º2.37%58.63%-
HSV(B)24º3.29%59.61%-
XYZ28.9630.2831.92-
YUV149.67126.49129.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 33.93%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=33.93%
G=33.26%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214914700.020.030.40242.3758.63
Hex989593023281823b
Octal2302252230235030273
Binary100110001001010110010011010111010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>