Html Css Color HEX #808588 Aluminium

📋 copy color: '#808588'

red 128 ◦ green 133 ◦ blue 136

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

Shades of Aluminium #808588

Tints of Aluminium #808588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

 BLUE value IS 136 (53.52% from 255) = 34.26%

R = 32.24%
G = 33.5%
B = 34.26%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#808588 (or 0x808588) is known color: Aluminium. HEX triplet: 80, 85 and 88. RGB value is (128,133,136). Sum of RGB (Red+Green+Blue) = 128+133+136=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 136 - color contains mainly: blue. Hex color #808588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808588 is #7F7A77. Grayscale: #838383. Windows color (decimal): -8354424 or 8947072. OLE color: 8947072.

HSL color Cylindrical-coordinate representation of color #808588: hue angle of 202.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #808588 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 133 136 -
CMYK 0.06 0.02 0 0.47
HSL 202.5º 0.03% 0.52% -
HSV(B) 202.5º 0.06% 0.53% -
XYZ 21.73 23.14 26.61 -
YUV 131.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 128 133 136 0.06 0.02 0 0.47 202.5 0.03 0.52
Hex 80 85 88 6 2 0 2F CA 3 34
Octal 200 205 210 6 2 0 57 312 3 64
Binary 10000000 10000101 10001000 110 10 0 101111 11001010 11 110100

Color Harmonies of #808588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808588

Black with #808588

Text Example


Text Example

White with #808588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808588; }

 p { color: rgb(128,133,136); }

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

background-color css

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

 a { background-color: rgb(128,133,136); }

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

border-color css

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

 span { border-color: rgb(128,133,136); }

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