#938580

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

Shades of Suva Grey #938580

Tints of Suva Grey #938580

Color information

#938580 (or 0x938580) is unknown color: approx Suva Grey. HEX triplet: 93, 85 and 80. RGB value is (147,133,128). Sum of RGB (Red+Green+Blue) = 147+133+128=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #938580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938580 is #6C7A7F. Grayscale: #888888. Windows color (decimal): -7109248 or 8422803. OLE color: 8422803.

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

Color convert

RGB147133128-
CMYK00.100.130.42
HSL15.79º8.09%53.92%-
HSV(B)15.79º12.93%57.65%-
XYZ24.3224.5423.88-
YUV136.62123.14135.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 128 (50.39% from 255) = 31.37%
R=36.03%
G=32.60%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713312800.100.130.4215.798.0953.92
Hex9385800AD2A10836
Octal2232052000121552201066
Binary100100111000010110000000010101101101010100001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938580; }

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

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

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

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

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

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

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

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