Html Css Color HEX #859097 Aluminium

📋 copy color: '#859097'

red 133 ◦ green 144 ◦ blue 151

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

Shades of Aluminium #859097

Tints of Aluminium #859097

RGB

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

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

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

R = 31.07%
G = 33.64%
B = 35.28%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#859097 (or 0x859097) is known color: Aluminium. HEX triplet: 85, 90 and 97. RGB value is (133,144,151). Sum of RGB (Red+Green+Blue) = 133+144+151=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 151 - color contains mainly: blue. Hex color #859097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859097 is #7A6F68. Grayscale: #8D8D8D. Windows color (decimal): -8023913 or 9932933. OLE color: 9932933.

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

Color convert

RGB 133 144 151 -
CMYK 0.12 0.05 0 0.41
HSL 203.33º 0.08% 0.56% -
HSV(B) 203.33º 0.12% 0.59% -
XYZ 25.23 27.17 33.19 -
YUV 141.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 133 144 151 0.12 0.05 0 0.41 203.33 0.08 0.56
Hex 85 90 97 C 5 0 29 CB 8 38
Octal 205 220 227 14 5 0 51 313 10 70
Binary 10000101 10010000 10010111 1100 101 0 101001 11001011 1000 111000

Color Harmonies of #859097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859097

Black with #859097

Text Example


Text Example

White with #859097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859097; }

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

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

background-color css

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

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

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

border-color css

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

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

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