#858F92

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

Shades of Aluminium #858F92

Tints of Aluminium #858F92

Color information

#858F92 (or 0x858F92) is unknown color: approx Aluminium. HEX triplet: 85, 8F and 92. RGB value is (133,143,146). Sum of RGB (Red+Green+Blue) = 133+143+146=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 146 - color contains mainly: blue. Hex color #858F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F92 is #7A706D. Grayscale: #8C8C8C. Windows color (decimal): -8024174 or 9604997. OLE color: 9604997.

HSL color Cylindrical-coordinate representation of color #858F92: hue angle of 193.85º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #858F92 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB133143146-
CMYK0.090.0200.43
HSL193.85º5.63%54.71%-
HSV(B)193.85º8.9%57.25%-
XYZ24.6826.7131.05-
YUV140.35131.19122.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=31.52%
G=33.89%
B=34.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331431460.090.0200.43193.855.6354.71
Hex858F929202Bc2637
Octal205217222112053302667
Binary100001011000111110010010100110010101111000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858F92; }

 p { color: rgb(133,143,146); }

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

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

 a { background-color: rgb(133,143,146); }

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

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

 span { border-color: rgb(133,143,146); }

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