Html Css Color HEX #809097 Aluminium

📋 copy color: '#809097'

red 128 ◦ green 144 ◦ blue 151

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

Shades of Aluminium #809097

Tints of Aluminium #809097

RGB

 RED value IS 128 (50.39% from 255) = 30.26%

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

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

R = 30.26%
G = 34.04%
B = 35.7%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#809097 (or 0x809097) is known color: Aluminium. HEX triplet: 80, 90 and 97. RGB value is (128,144,151). Sum of RGB (Red+Green+Blue) = 128+144+151=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 151 - color contains mainly: blue. Hex color #809097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809097 is #7F6F68. Grayscale: #8B8B8B. Windows color (decimal): -8351593 or 9932928. OLE color: 9932928.

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

Color convert

RGB 128 144 151 -
CMYK 0.15 0.05 0 0.41
HSL 198.26º 0.1% 0.55% -
HSV(B) 198.26º 0.15% 0.59% -
XYZ 24.46 26.77 33.16 -
YUV 140.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 128 144 151 0.15 0.05 0 0.41 198.26 0.1 0.55
Hex 80 90 97 F 5 0 29 C6 A 37
Octal 200 220 227 17 5 0 51 306 12 67
Binary 10000000 10010000 10010111 1111 101 0 101001 11000110 1010 110111

Color Harmonies of #809097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809097

Black with #809097

Text Example


Text Example

White with #809097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809097; }

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

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

background-color css

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

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

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

border-color css

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

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

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