Html Css Color HEX #858E93 Aluminium

📋 copy color: '#858E93'

red 133 ◦ green 142 ◦ blue 147

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

Shades of Aluminium #858E93

Tints of Aluminium #858E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 31.52%
G = 33.65%
B = 34.83%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#858E93 (or 0x858E93) is known color: Aluminium. HEX triplet: 85, 8E and 93. RGB value is (133,142,147). Sum of RGB (Red+Green+Blue) = 133+142+147=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 147 - color contains mainly: blue. Hex color #858E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E93 is #7A716C. Grayscale: #8B8B8B. Windows color (decimal): -8024429 or 9670277. OLE color: 9670277.

HSL color Cylindrical-coordinate representation of color #858E93: hue angle of 201.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #858E93 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 142 147 -
CMYK 0.10 0.03 0 0.42
HSL 201.43º 0.06% 0.55% -
HSV(B) 201.43º 0.1% 0.58% -
XYZ 24.61 26.44 31.41 -
YUV 139.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 133 142 147 0.10 0.03 0 0.42 201.43 0.06 0.55
Hex 85 8E 93 A 3 0 2A C9 6 37
Octal 205 216 223 12 3 0 52 311 6 67
Binary 10000101 10001110 10010011 1010 11 0 101010 11001001 110 110111

Color Harmonies of #858E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E93

Black with #858E93

Text Example


Text Example

White with #858E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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