Html Css Color HEX #80505F Cosmic

📋 copy color: '#80505F'

red 128 ◦ green 80 ◦ blue 95

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

Shades of Cosmic #80505F

Tints of Cosmic #80505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 42.24%
G = 26.4%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80505F (or 0x80505F) is known color: Cosmic. HEX triplet: 80, 50 and 5F. RGB value is (128,80,95). Sum of RGB (Red+Green+Blue) = 128+80+95=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #80505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80505F is #7FAFA0. Grayscale: #606060. Windows color (decimal): -8368033 or 6246528. OLE color: 6246528.

HSL color Cylindrical-coordinate representation of color #80505F: hue angle of 341.25º 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 #80505F is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 95 -
CMYK 0 0.38 0.26 0.50
HSL 341.25º 0.23% 0.41% -
HSV(B) 341.25º 0.38% 0.5% -
XYZ 13.84 11.15 12.25 -
YUV 96.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 128 80 95 0 0.38 0.26 0.50 341.25 0.23 0.41
Hex 80 50 5F 0 26 1A 32 155 17 29
Octal 200 120 137 0 46 32 62 525 27 51
Binary 10000000 1010000 1011111 0 100110 11010 110010 101010101 10111 101001

Color Harmonies of #80505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80505F

Black with #80505F

Text Example


Text Example

White with #80505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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