Html Css Color HEX #959391 Zorba

📋 copy color: '#959391'

red 149 ◦ green 147 ◦ blue 145

#959391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zorba #959391

Tints of Zorba #959391

RGB

 RED value IS 149 (58.59% from 255) = 33.79%

 GREEN value IS 147 (57.81% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 32.88%

R = 33.79%
G = 33.33%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#959391 (or 0x959391) is known color: Zorba. HEX triplet: 95, 93 and 91. RGB value is (149,147,145). Sum of RGB (Red+Green+Blue) = 149+147+145=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 149 - color contains mainly: red. Hex color #959391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959391 is #6A6C6E. Grayscale: #939393. Windows color (decimal): -6974575 or 9540501. OLE color: 9540501.

HSL color Cylindrical-coordinate representation of color #959391: hue angle of 30º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #959391 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 147 145 -
CMYK 0 0.01 0.03 0.42
HSL 30º 0.02% 0.58% -
HSV(B) 30º 0.03% 0.58% -
XYZ 27.94 29.3 30.97 -
YUV 147.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 149 147 145 0 0.01 0.03 0.42 30 0.02 0.58
Hex 95 93 91 0 1 3 2A 1E 2 3A
Octal 225 223 221 0 1 3 52 36 2 72
Binary 10010101 10010011 10010001 0 1 11 101010 11110 10 111010

Color Harmonies of #959391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959391

Black with #959391

Text Example


Text Example

White with #959391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959391; }

 p { color: rgb(149,147,145); }

 H1.HeaderClassName
 {
   color: #959391;
 }
 .AnyTagClassName
 {
   color: #959391;
 }
</style>

background-color css

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

 a { background-color: rgb(149,147,145); }

 div.DivClassName
 {
   background-color: #959391;
 }
 .BgClassName
 {
   background-color: #959391;
 }
</style>

border-color css

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

 span { border-color: rgb(149,147,145); }

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