#958883

Color #958883 Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #958883

Tints of Suva Grey #958883

Color information

#958883 (or 0x958883) is unknown color: approx 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

RGB149136131-
CMYK00.090.120.42
HSL16.67º7.83%54.9%-
HSV(B)16.67º12.08%58.43%-
XYZ25.325.6425.09-
YUV139.32123.31134.91-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913613100.090.120.4216.677.8354.9
Hex95888309C2A11837
Octal2252102030111452211067
Binary100101011000100010000011010011100101010100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>