#879093

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

Shades of Aluminium #879093

Tints of Aluminium #879093

Color information

#879093 (or 0x879093) is unknown color: approx Aluminium. HEX triplet: 87, 90 and 93. RGB value is (135,144,147). Sum of RGB (Red+Green+Blue) = 135+144+147=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 147 - color contains mainly: blue. Hex color #879093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879093 is #786F6C. Grayscale: #8D8D8D. Windows color (decimal): -7892845 or 9670791. OLE color: 9670791.

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

Color convert

RGB135144147-
CMYK0.080.0200.42
HSL195º5.26%55.29%-
HSV(B)195º8.16%57.65%-
XYZ25.2327.231.52-
YUV141.65131.02123.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=31.69%
G=33.80%
B=34.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351441470.080.0200.421955.2655.29
Hex8790938202Ac3537
Octal207220223102052303567
Binary100001111001000010010011100010010101011000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879093; }

 p { color: rgb(135,144,147); }

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

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

 a { background-color: rgb(135,144,147); }

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

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

 span { border-color: rgb(135,144,147); }

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