Html Css Color HEX #959089 Heathered Grey

📋 copy color: '#959089'

red 149 ◦ green 144 ◦ blue 137

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

Shades of Heathered Grey #959089

Tints of Heathered Grey #959089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.49%

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 34.65%
G = 33.49%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#959089 (or 0x959089) is known color: Heathered Grey. HEX triplet: 95, 90 and 89. RGB value is (149,144,137). Sum of RGB (Red+Green+Blue) = 149+144+137=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #959089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959089 is #6A6F76. Grayscale: #909090. Windows color (decimal): -6975351 or 9015445. OLE color: 9015445.

HSL color Cylindrical-coordinate representation of color #959089: hue angle of 35º 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 #959089 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 144 137 -
CMYK 0 0.03 0.08 0.42
HSL 35º 0.05% 0.56% -
HSV(B) 35º 0.08% 0.58% -
XYZ 26.88 28.14 27.68 -
YUV 144.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 149 144 137 0 0.03 0.08 0.42 35 0.05 0.56
Hex 95 90 89 0 3 8 2A 23 5 38
Octal 225 220 211 0 3 10 52 43 5 70
Binary 10010101 10010000 10001001 0 11 1000 101010 100011 101 111000

Color Harmonies of #959089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959089

Black with #959089

Text Example


Text Example

White with #959089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959089; }

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

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

background-color css

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

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

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

border-color css

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

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

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