Html Css Color HEX #859096 Aluminium

📋 copy color: '#859096'

red 133 ◦ green 144 ◦ blue 150

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

Shades of Aluminium #859096

Tints of Aluminium #859096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.72%

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

R = 31.15%
G = 33.72%
B = 35.13%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#859096 (or 0x859096) is known color: Aluminium. HEX triplet: 85, 90 and 96. RGB value is (133,144,150). Sum of RGB (Red+Green+Blue) = 133+144+150=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 150 - color contains mainly: blue. Hex color #859096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859096 is #7A6F69. Grayscale: #8D8D8D. Windows color (decimal): -8023914 or 9867397. OLE color: 9867397.

HSL color Cylindrical-coordinate representation of color #859096: hue angle of 201.18º 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 #859096 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 144 150 -
CMYK 0.11 0.04 0 0.41
HSL 201.18º 0.07% 0.55% -
HSV(B) 201.18º 0.11% 0.59% -
XYZ 25.15 27.14 32.77 -
YUV 141.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 133 144 150 0.11 0.04 0 0.41 201.18 0.07 0.55
Hex 85 90 96 B 4 0 29 C9 7 37
Octal 205 220 226 13 4 0 51 311 7 67
Binary 10000101 10010000 10010110 1011 100 0 101001 11001001 111 110111

Color Harmonies of #859096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859096

Black with #859096

Text Example


Text Example

White with #859096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859096; }

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

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

background-color css

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

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

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

border-color css

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

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

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