#958E89

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

Shades of Zorba #958E89

Tints of Zorba #958E89

Color information

#958E89 (or 0x958E89) is unknown color: approx Zorba. HEX triplet: 95, 8E and 89. RGB value is (149,142,137). Sum of RGB (Red+Green+Blue) = 149+142+137=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #958E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E89 is #6A7176. Grayscale: #8F8F8F. Windows color (decimal): -6975863 or 9014933. OLE color: 9014933.

HSL color Cylindrical-coordinate representation of color #958E89: hue angle of 25º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #958E89 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB149142137-
CMYK00.050.080.42
HSL25º5.36%56.08%-
HSV(B)25º8.05%58.43%-
XYZ26.5827.5427.58-
YUV143.52124.32131.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 137 (53.91% from 255) = 32.01%
R=34.81%
G=33.18%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914213700.050.080.42255.3656.08
Hex958E890582A19538
Octal22521621105105231570
Binary1001010110001110100010010101100010101011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958E89; }

 p { color: rgb(149,142,137); }

 H1.HeaderClassName
 {
   color: #958E89;
 }
 .AnyTagClassName
 {
   color: #958E89;
 }
</style>
background-color css

<style>
 a { background-color: #958E89; }

 a { background-color: rgb(149,142,137); }

 div.DivClassName
 {
   background-color: #958E89;
 }
 .BgClassName
 {
   background-color: #958E89;
 }
</style>
border-color css

<style>
 span { border-color: #958E89; }

 span { border-color: rgb(149,142,137); }

 td.TdClassName
 {
   border-color: #958E89;
 }
 .TagClassName
 {
   border-color: #958E89;
 }
</style>