Html Css Color HEX #858C91 Aluminium

📋 copy color: '#858C91'

red 133 ◦ green 140 ◦ blue 145

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

Shades of Aluminium #858C91

Tints of Aluminium #858C91

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.49%

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

R = 31.82%
G = 33.49%
B = 34.69%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#858C91 (or 0x858C91) is known color: Aluminium. HEX triplet: 85, 8C and 91. RGB value is (133,140,145). Sum of RGB (Red+Green+Blue) = 133+140+145=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 145 - color contains mainly: blue. Hex color #858C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C91 is #7A736E. Grayscale: #8A8A8A. Windows color (decimal): -8024943 or 9538693. OLE color: 9538693.

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

Color convert

RGB 133 140 145 -
CMYK 0.08 0.03 0 0.43
HSL 205º 0.05% 0.55% -
HSV(B) 205º 0.08% 0.57% -
XYZ 24.16 25.79 30.49 -
YUV 138.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 133 140 145 0.08 0.03 0 0.43 205 0.05 0.55
Hex 85 8C 91 8 3 0 2B CD 5 37
Octal 205 214 221 10 3 0 53 315 5 67
Binary 10000101 10001100 10010001 1000 11 0 101011 11001101 101 110111

Color Harmonies of #858C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C91

Black with #858C91

Text Example


Text Example

White with #858C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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