Html Css Color HEX #858E91 Aluminium

📋 copy color: '#858E91'

red 133 ◦ green 142 ◦ blue 145

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

Shades of Aluminium #858E91

Tints of Aluminium #858E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.52%

R = 31.67%
G = 33.81%
B = 34.52%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#858E91 (or 0x858E91) is known color: Aluminium. HEX triplet: 85, 8E and 91. RGB value is (133,142,145). Sum of RGB (Red+Green+Blue) = 133+142+145=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 145 - color contains mainly: blue. Hex color #858E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E91 is #7A716E. Grayscale: #8B8B8B. Windows color (decimal): -8024431 or 9539205. OLE color: 9539205.

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

Color convert

RGB 133 142 145 -
CMYK 0.08 0.02 0 0.43
HSL 195º 0.05% 0.55% -
HSV(B) 195º 0.08% 0.57% -
XYZ 24.46 26.38 30.59 -
YUV 139.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 133 142 145 0.08 0.02 0 0.43 195 0.05 0.55
Hex 85 8E 91 8 2 0 2B C3 5 37
Octal 205 216 221 10 2 0 53 303 5 67
Binary 10000101 10001110 10010001 1000 10 0 101011 11000011 101 110111

Color Harmonies of #858E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E91

Black with #858E91

Text Example


Text Example

White with #858E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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