#858F95

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

Shades of Aluminium #858F95

Tints of Aluminium #858F95

Color information

#858F95 (or 0x858F95) is unknown color: approx Aluminium. HEX triplet: 85, 8F and 95. RGB value is (133,143,149). Sum of RGB (Red+Green+Blue) = 133+143+149=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 149 - color contains mainly: blue. Hex color #858F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F95 is #7A706A. Grayscale: #8C8C8C. Windows color (decimal): -8024171 or 9801605. OLE color: 9801605.

HSL color Cylindrical-coordinate representation of color #858F95: hue angle of 202.5º 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 #858F95 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133143149-
CMYK0.110.0400.42
HSL202.5º7.02%55.29%-
HSV(B)202.5º10.74%58.43%-
XYZ24.9226.832.29-
YUV140.69132.69122.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=31.29%
G=33.65%
B=35.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331431490.110.0400.42202.57.0255.29
Hex858F95B402Aca737
Octal205217225134052312767
Binary1000010110001111100101011011100010101011001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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