Html Css Color HEX #80586C Cosmic

📋 copy color: '#80586C'

red 128 ◦ green 88 ◦ blue 108

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

Shades of Cosmic #80586C

Tints of Cosmic #80586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 39.51%
G = 27.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80586C (or 0x80586C) is known color: Cosmic. HEX triplet: 80, 58 and 6C. RGB value is (128,88,108). Sum of RGB (Red+Green+Blue) = 128+88+108=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #80586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80586C is #7FA793. Grayscale: #666666. Windows color (decimal): -8365972 or 7100544. OLE color: 7100544.

HSL color Cylindrical-coordinate representation of color #80586C: hue angle of 330º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80586C is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 108 -
CMYK 0 0.31 0.16 0.50
HSL 330º 0.19% 0.42% -
HSV(B) 330º 0.31% 0.5% -
XYZ 15.1 12.65 15.83 -
YUV 102.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 128 88 108 0 0.31 0.16 0.50 330 0.19 0.42
Hex 80 58 6C 0 1F 10 32 14A 13 2A
Octal 200 130 154 0 37 20 62 512 23 52
Binary 10000000 1011000 1101100 0 11111 10000 110010 101001010 10011 101010

Color Harmonies of #80586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80586C

Black with #80586C

Text Example


Text Example

White with #80586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80586C; }

 p { color: rgb(128,88,108); }

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

background-color css

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

 a { background-color: rgb(128,88,108); }

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

border-color css

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

 span { border-color: rgb(128,88,108); }

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