Html Css Color HEX #959088 Heathered Grey

📋 copy color: '#959088'

red 149 ◦ green 144 ◦ blue 136

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

Shades of Heathered Grey #959088

Tints of Heathered Grey #959088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.7%

R = 34.73%
G = 33.57%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#959088 (or 0x959088) is known color: Heathered Grey. HEX triplet: 95, 90 and 88. RGB value is (149,144,136). Sum of RGB (Red+Green+Blue) = 149+144+136=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 149 - color contains mainly: red. Hex color #959088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959088 is #6A6F77. Grayscale: #909090. Windows color (decimal): -6975352 or 8949909. OLE color: 8949909.

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

Color convert

RGB 149 144 136 -
CMYK 0 0.03 0.09 0.42
HSL 36.92º 0.06% 0.56% -
HSV(B) 36.92º 0.09% 0.58% -
XYZ 26.81 28.11 27.31 -
YUV 144.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 149 144 136 0 0.03 0.09 0.42 36.92 0.06 0.56
Hex 95 90 88 0 3 9 2A 25 6 38
Octal 225 220 210 0 3 11 52 45 6 70
Binary 10010101 10010000 10001000 0 11 1001 101010 100101 110 111000

Color Harmonies of #959088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959088

Black with #959088

Text Example


Text Example

White with #959088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959088; }

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

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

background-color css

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

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

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

border-color css

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

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

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