#808591

Color #808591 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #808591

Tints of Light Slate Grey #808591

Color information

#808591 (or 0x808591) is unknown color: approx Light Slate Grey. HEX triplet: 80, 85 and 91. RGB value is (128,133,145). Sum of RGB (Red+Green+Blue) = 128+133+145=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 145 - color contains mainly: blue. Hex color #808591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808591 is #7F7A6E. Grayscale: #848484. Windows color (decimal): -8354415 or 9536896. OLE color: 9536896.

HSL color Cylindrical-coordinate representation of color #808591: hue angle of 222.35º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808591 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB128133145-
CMYK0.120.0800.43
HSL222.35º7.17%53.53%-
HSV(B)222.35º11.72%56.86%-
XYZ22.423.4130.13-
YUV132.87134.84124.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 145 (57.03% from 255) = 35.71%
R=31.53%
G=32.76%
B=35.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281331450.120.0800.43222.357.1753.53
Hex808591C802Bde736
Octal2002052211410053336766
Binary10000000100001011001000111001000010101111011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808591; }

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

 H1.HeaderClassName
 {
   color: #808591;
 }
 .AnyTagClassName
 {
   color: #808591;
 }
</style>
background-color css

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

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

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

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

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

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