Html Css Color HEX #958988 Suva Grey

📋 copy color: '#958988'

red 149 ◦ green 137 ◦ blue 136

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

Shades of Suva Grey #958988

Tints of Suva Grey #958988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.46%

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

R = 35.31%
G = 32.46%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#958988 (or 0x958988) is known color: Suva Grey. HEX triplet: 95, 89 and 88. RGB value is (149,137,136). Sum of RGB (Red+Green+Blue) = 149+137+136=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #958988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958988 is #6A7677. Grayscale: #8C8C8C. Windows color (decimal): -6977144 or 8948117. OLE color: 8948117.

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

Color convert

RGB 149 137 136 -
CMYK 0 0.08 0.09 0.42
HSL 4.62º 0.06% 0.56% -
HSV(B) 4.62º 0.09% 0.58% -
XYZ 25.78 26.06 26.96 -
YUV 140.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 149 137 136 0 0.08 0.09 0.42 4.62 0.06 0.56
Hex 95 89 88 0 8 9 2A 5 6 38
Octal 225 211 210 0 10 11 52 5 6 70
Binary 10010101 10001001 10001000 0 1000 1001 101010 101 110 111000

Color Harmonies of #958988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958988

Black with #958988

Text Example


Text Example

White with #958988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958988; }

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

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

background-color css

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

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

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

border-color css

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

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

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