#958985

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

Shades of Suva Grey #958985

Tints of Suva Grey #958985

Color information

#958985 (or 0x958985) is unknown color: approx Suva Grey. HEX triplet: 95, 89 and 85. RGB value is (149,137,133). Sum of RGB (Red+Green+Blue) = 149+137+133=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #958985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958985 is #6A767A. Grayscale: #8C8C8C. Windows color (decimal): -6977147 or 8751509. OLE color: 8751509.

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

Color convert

RGB149137133-
CMYK00.080.110.42
HSL15º7.02%55.29%-
HSV(B)15º10.74%58.43%-
XYZ25.5725.9725.86-
YUV140.13123.98134.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.56%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=35.56%
G=32.70%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913713300.080.110.42157.0255.29
Hex95898508B2Af737
Octal225211205010135217767
Binary1001010110001001100001010100010111010101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958985; }

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

 H1.HeaderClassName
 {
   color: #958985;
 }
 .AnyTagClassName
 {
   color: #958985;
 }
</style>
background-color css

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

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

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

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

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

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