Html Css Color HEX #859095 Aluminium

📋 copy color: '#859095'

red 133 ◦ green 144 ◦ blue 149

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

Shades of Aluminium #859095

Tints of Aluminium #859095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 31.22%
G = 33.8%
B = 34.98%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#859095 (or 0x859095) is known color: Aluminium. HEX triplet: 85, 90 and 95. RGB value is (133,144,149). Sum of RGB (Red+Green+Blue) = 133+144+149=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #859095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859095 is #7A6F6A. Grayscale: #8D8D8D. Windows color (decimal): -8023915 or 9801861. OLE color: 9801861.

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

Color convert

RGB 133 144 149 -
CMYK 0.11 0.03 0 0.42
HSL 198.75º 0.07% 0.55% -
HSV(B) 198.75º 0.11% 0.58% -
XYZ 25.07 27.1 32.34 -
YUV 141.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 133 144 149 0.11 0.03 0 0.42 198.75 0.07 0.55
Hex 85 90 95 B 3 0 2A C7 7 37
Octal 205 220 225 13 3 0 52 307 7 67
Binary 10000101 10010000 10010101 1011 11 0 101010 11000111 111 110111

Color Harmonies of #859095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859095

Black with #859095

Text Example


Text Example

White with #859095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859095; }

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

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

background-color css

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

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

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

border-color css

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

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

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