Html Css Color HEX #958580 Suva Grey

📋 copy color: '#958580'

red 149 ◦ green 133 ◦ blue 128

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

Shades of Suva Grey #958580

Tints of Suva Grey #958580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.44%

 BLUE value IS 128 (50.39% from 255) = 31.22%

R = 36.34%
G = 32.44%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#958580 (or 0x958580) is known color: Suva Grey. HEX triplet: 95, 85 and 80. RGB value is (149,133,128). Sum of RGB (Red+Green+Blue) = 149+133+128=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #958580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958580 is #6A7A7F. Grayscale: #898989. Windows color (decimal): -6978176 or 8422805. OLE color: 8422805.

HSL color Cylindrical-coordinate representation of color #958580: hue angle of 14.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958580 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 133 128 -
CMYK 0 0.11 0.14 0.42
HSL 14.29º 0.09% 0.54% -
HSV(B) 14.29º 0.14% 0.58% -
XYZ 24.68 24.72 23.89 -
YUV 137.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 149 133 128 0 0.11 0.14 0.42 14.29 0.09 0.54
Hex 95 85 80 0 B E 2A E 9 36
Octal 225 205 200 0 13 16 52 16 11 66
Binary 10010101 10000101 10000000 0 1011 1110 101010 1110 1001 110110

Color Harmonies of #958580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958580

Black with #958580

Text Example


Text Example

White with #958580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958580; }

 p { color: rgb(149,133,128); }

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

background-color css

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

 a { background-color: rgb(149,133,128); }

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

border-color css

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

 span { border-color: rgb(149,133,128); }

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