#918580

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

Shades of Suva Grey #918580

Tints of Suva Grey #918580

Color information

#918580 (or 0x918580) is unknown color: approx Suva Grey. HEX triplet: 91, 85 and 80. RGB value is (145,133,128). Sum of RGB (Red+Green+Blue) = 145+133+128=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 145 - color contains mainly: red. Hex color #918580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918580 is #6E7A7F. Grayscale: #888888. Windows color (decimal): -7240320 or 8422801. OLE color: 8422801.

HSL color Cylindrical-coordinate representation of color #918580: hue angle of 17.65º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918580 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145133128-
CMYK00.080.120.43
HSL17.65º7.17%53.53%-
HSV(B)17.65º11.72%56.86%-
XYZ23.9624.3523.86-
YUV136.02123.48134.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.71%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=35.71%
G=32.76%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513312800.080.120.4317.657.1753.53
Hex91858008C2B12736
Octal221205200010145322766
Binary10010001100001011000000001000110010101110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918580; }

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

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

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

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

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

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

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

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