#859195

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

Shades of Aluminium #859195

Tints of Aluminium #859195

Color information

#859195 (or 0x859195) is unknown color: approx Aluminium. HEX triplet: 85, 91 and 95. RGB value is (133,145,149). Sum of RGB (Red+Green+Blue) = 133+145+149=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: blue. Hex color #859195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859195 is #7A6E6A. Grayscale: #8D8D8D. Windows color (decimal): -8023659 or 9802117. OLE color: 9802117.

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

Color convert

RGB133145149-
CMYK0.110.0300.42
HSL195º7.02%55.29%-
HSV(B)195º10.74%58.43%-
XYZ25.2227.4132.39-
YUV141.87132.02121.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.15%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=31.15%
G=33.96%
B=34.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331451490.110.0300.421957.0255.29
Hex859195B302Ac3737
Octal205221225133052303767
Binary100001011001000110010101101111010101011000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859195; }

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

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

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

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

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

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

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

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