Html Css Color HEX #80596E Cosmic

📋 copy color: '#80596E'

red 128 ◦ green 89 ◦ blue 110

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

Shades of Cosmic #80596E

Tints of Cosmic #80596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.22%

 BLUE value IS 110 (43.36% from 255) = 33.64%

R = 39.14%
G = 27.22%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80596E (or 0x80596E) is known color: Cosmic. HEX triplet: 80, 59 and 6E. RGB value is (128,89,110). Sum of RGB (Red+Green+Blue) = 128+89+110=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #80596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80596E is #7FA691. Grayscale: #676767. Windows color (decimal): -8365714 or 7231872. OLE color: 7231872.

HSL color Cylindrical-coordinate representation of color #80596E: hue angle of 327.69º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80596E is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 89 110 -
CMYK 0 0.30 0.14 0.50
HSL 327.69º 0.18% 0.43% -
HSV(B) 327.69º 0.3% 0.5% -
XYZ 15.29 12.86 16.43 -
YUV 103.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 128 89 110 0 0.30 0.14 0.50 327.69 0.18 0.43
Hex 80 59 6E 0 1E E 32 148 12 2B
Octal 200 131 156 0 36 16 62 510 22 53
Binary 10000000 1011001 1101110 0 11110 1110 110010 101001000 10010 101011

Color Harmonies of #80596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80596E

Black with #80596E

Text Example


Text Example

White with #80596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,89,110); }

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

background-color css

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

 a { background-color: rgb(128,89,110); }

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

border-color css

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

 span { border-color: rgb(128,89,110); }

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