Html Css Color HEX #958883 Suva Grey

📋 copy color: '#958883'

red 149 ◦ green 136 ◦ blue 131

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

Shades of Suva Grey #958883

Tints of Suva Grey #958883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 35.82%
G = 32.69%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#958883 (or 0x958883) is known color: Suva Grey. HEX triplet: 95, 88 and 83. RGB value is (149,136,131). Sum of RGB (Red+Green+Blue) = 149+136+131=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958883 is #6A777C. Grayscale: #8B8B8B. Windows color (decimal): -6977405 or 8620181. OLE color: 8620181.

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

Color convert

RGB 149 136 131 -
CMYK 0 0.09 0.12 0.42
HSL 16.67º 0.08% 0.55% -
HSV(B) 16.67º 0.12% 0.58% -
XYZ 25.3 25.64 25.09 -
YUV 139.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 149 136 131 0 0.09 0.12 0.42 16.67 0.08 0.55
Hex 95 88 83 0 9 C 2A 11 8 37
Octal 225 210 203 0 11 14 52 21 10 67
Binary 10010101 10001000 10000011 0 1001 1100 101010 10001 1000 110111

Color Harmonies of #958883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958883

Black with #958883

Text Example


Text Example

White with #958883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958883; }

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

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

background-color css

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

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

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

border-color css

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

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

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