#958E88

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

Shades of Zorba #958E88

Tints of Zorba #958E88

Color information

#958E88 (or 0x958E88) is unknown color: approx Zorba. HEX triplet: 95, 8E and 88. RGB value is (149,142,136). Sum of RGB (Red+Green+Blue) = 149+142+136=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 149 - color contains mainly: red. Hex color #958E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E88 is #6A7177. Grayscale: #8F8F8F. Windows color (decimal): -6975864 or 8949397. OLE color: 8949397.

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

Color convert

RGB149142136-
CMYK00.050.090.42
HSL27.69º5.78%55.88%-
HSV(B)27.69º8.72%58.43%-
XYZ26.5127.5127.21-
YUV143.41123.82131.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=34.89%
G=33.26%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914213600.050.090.4227.695.7855.88
Hex958E880592A1c638
Octal22521621005115234670
Binary1001010110001110100010000101100110101011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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