Html Css Color HEX #859196 Aluminium

📋 copy color: '#859196'

red 133 ◦ green 145 ◦ blue 150

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

Shades of Aluminium #859196

Tints of Aluminium #859196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.05%

R = 31.07%
G = 33.88%
B = 35.05%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#859196 (or 0x859196) is known color: Aluminium. HEX triplet: 85, 91 and 96. RGB value is (133,145,150). Sum of RGB (Red+Green+Blue) = 133+145+150=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 150 - color contains mainly: blue. Hex color #859196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859196 is #7A6E69. Grayscale: #8D8D8D. Windows color (decimal): -8023658 or 9867653. OLE color: 9867653.

HSL color Cylindrical-coordinate representation of color #859196: hue angle of 197.65º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #859196 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 145 150 -
CMYK 0.11 0.03 0 0.41
HSL 197.65º 0.07% 0.55% -
HSV(B) 197.65º 0.11% 0.59% -
XYZ 25.3 27.44 32.82 -
YUV 141.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 133 145 150 0.11 0.03 0 0.41 197.65 0.07 0.55
Hex 85 91 96 B 3 0 29 C6 7 37
Octal 205 221 226 13 3 0 51 306 7 67
Binary 10000101 10010001 10010110 1011 11 0 101001 11000110 111 110111

Color Harmonies of #859196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859196

Black with #859196

Text Example


Text Example

White with #859196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859196; }

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

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

background-color css

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

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

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

border-color css

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

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

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