Html Css Color HEX #808591 Light Slate Grey

📋 copy color: '#808591'

red 128 ◦ green 133 ◦ blue 145

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

Shades of Light Slate Grey #808591

Tints of Light Slate Grey #808591

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 value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#808591 (or 0x808591) is known color: 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

RGB 128 133 145 -
CMYK 0.12 0.08 0 0.43
HSL 222.35º 0.07% 0.54% -
HSV(B) 222.35º 0.12% 0.57% -
XYZ 22.4 23.41 30.13 -
YUV 132.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 128 133 145 0.12 0.08 0 0.43 222.35 0.07 0.54
Hex 80 85 91 C 8 0 2B DE 7 36
Octal 200 205 221 14 10 0 53 336 7 66
Binary 10000000 10000101 10010001 1100 1000 0 101011 11011110 111 110110

Color Harmonies of #808591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808591

Black with #808591

Text Example


Text Example

White with #808591

Text Example


Text Example

HTML Codes & Css Web 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>