Html Css Color HEX #858E92 Aluminium

📋 copy color: '#858E92'

red 133 ◦ green 142 ◦ blue 146

#858E92
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aluminium #858E92

Tints of Aluminium #858E92

RGB

 RED value IS 133 (52.34% from 255) = 31.59%

 GREEN value IS 142 (55.86% from 255) = 33.73%

 BLUE value IS 146 (57.42% from 255) = 34.68%

R = 31.59%
G = 33.73%
B = 34.68%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#858E92 (or 0x858E92) is known color: Aluminium. HEX triplet: 85, 8E and 92. RGB value is (133,142,146). Sum of RGB (Red+Green+Blue) = 133+142+146=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 146 - color contains mainly: blue. Hex color #858E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E92 is #7A716D. Grayscale: #8B8B8B. Windows color (decimal): -8024430 or 9604741. OLE color: 9604741.

HSL color Cylindrical-coordinate representation of color #858E92: hue angle of 198.46º 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 #858E92 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 142 146 -
CMYK 0.09 0.03 0 0.43
HSL 198.46º 0.06% 0.55% -
HSV(B) 198.46º 0.09% 0.57% -
XYZ 24.53 26.41 31 -
YUV 139.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 133 142 146 0.09 0.03 0 0.43 198.46 0.06 0.55
Hex 85 8E 92 9 3 0 2B C6 6 37
Octal 205 216 222 11 3 0 53 306 6 67
Binary 10000101 10001110 10010010 1001 11 0 101011 11000110 110 110111

Color Harmonies of #858E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E92

Black with #858E92

Text Example


Text Example

White with #858E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #858E92;
 }
 .AnyTagClassName
 {
   color: #858E92;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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