Html Css Color HEX #958D89 Suva Grey

📋 copy color: '#958D89'

red 149 ◦ green 141 ◦ blue 137

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

Shades of Suva Grey #958D89

Tints of Suva Grey #958D89

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.02%

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

R = 34.89%
G = 33.02%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#958D89 (or 0x958D89) is known color: Suva Grey. HEX triplet: 95, 8D and 89. RGB value is (149,141,137). Sum of RGB (Red+Green+Blue) = 149+141+137=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 149 - color contains mainly: red. Hex color #958D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D89 is #6A7276. Grayscale: #8E8E8E. Windows color (decimal): -6976119 or 9014677. OLE color: 9014677.

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

Color convert

RGB 149 141 137 -
CMYK 0 0.05 0.08 0.42
HSL 20º 0.05% 0.56% -
HSV(B) 20º 0.08% 0.58% -
XYZ 26.43 27.25 27.53 -
YUV 142.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 149 141 137 0 0.05 0.08 0.42 20 0.05 0.56
Hex 95 8D 89 0 5 8 2A 14 5 38
Octal 225 215 211 0 5 10 52 24 5 70
Binary 10010101 10001101 10001001 0 101 1000 101010 10100 101 111000

Color Harmonies of #958D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D89

Black with #958D89

Text Example


Text Example

White with #958D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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