Html Css Color HEX #80505E Cosmic

📋 copy color: '#80505E'

red 128 ◦ green 80 ◦ blue 94

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

Shades of Cosmic #80505E

Tints of Cosmic #80505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 42.38%
G = 26.49%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80505E (or 0x80505E) is known color: Cosmic. HEX triplet: 80, 50 and 5E. RGB value is (128,80,94). Sum of RGB (Red+Green+Blue) = 128+80+94=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80505E is #7FAFA1. Grayscale: #5F5F5F. Windows color (decimal): -8368034 or 6180992. OLE color: 6180992.

HSL color Cylindrical-coordinate representation of color #80505E: hue angle of 342.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80505E is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 94 -
CMYK 0 0.38 0.27 0.50
HSL 342.5º 0.23% 0.41% -
HSV(B) 342.5º 0.38% 0.5% -
XYZ 13.79 11.13 12.01 -
YUV 95.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 128 80 94 0 0.38 0.27 0.50 342.5 0.23 0.41
Hex 80 50 5E 0 26 1B 32 156 17 29
Octal 200 120 136 0 46 33 62 526 27 51
Binary 10000000 1010000 1011110 0 100110 11011 110010 101010110 10111 101001

Color Harmonies of #80505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80505E

Black with #80505E

Text Example


Text Example

White with #80505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80505E; }

 p { color: rgb(128,80,94); }

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

background-color css

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

 a { background-color: rgb(128,80,94); }

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

border-color css

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

 span { border-color: rgb(128,80,94); }

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