Html Css Color HEX #859197 Aluminium

📋 copy color: '#859197'

red 133 ◦ green 145 ◦ blue 151

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

Shades of Aluminium #859197

Tints of Aluminium #859197

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.8%

 BLUE value IS 151 (59.38% from 255) = 35.2%

R = 31%
G = 33.8%
B = 35.2%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#859197 (or 0x859197) is known color: Aluminium. HEX triplet: 85, 91 and 97. RGB value is (133,145,151). Sum of RGB (Red+Green+Blue) = 133+145+151=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 151 - color contains mainly: blue. Hex color #859197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859197 is #7A6E68. Grayscale: #8E8E8E. Windows color (decimal): -8023657 or 9933189. OLE color: 9933189.

HSL color Cylindrical-coordinate representation of color #859197: hue angle of 200º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #859197 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 145 151 -
CMYK 0.12 0.04 0 0.41
HSL 200º 0.08% 0.56% -
HSV(B) 200º 0.12% 0.59% -
XYZ 25.38 27.47 33.24 -
YUV 142.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 133 145 151 0.12 0.04 0 0.41 200 0.08 0.56
Hex 85 91 97 C 4 0 29 C8 8 38
Octal 205 221 227 14 4 0 51 310 10 70
Binary 10000101 10010001 10010111 1100 100 0 101001 11001000 1000 111000

Color Harmonies of #859197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859197

Black with #859197

Text Example


Text Example

White with #859197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859197; }

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

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

background-color css

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

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

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

border-color css

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

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

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