Html Css Color HEX #80596F Cosmic

📋 copy color: '#80596F'

red 128 ◦ green 89 ◦ blue 111

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

Shades of Cosmic #80596F

Tints of Cosmic #80596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 39.02%
G = 27.13%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80596F (or 0x80596F) is known color: Cosmic. HEX triplet: 80, 59 and 6F. RGB value is (128,89,111). Sum of RGB (Red+Green+Blue) = 128+89+111=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #80596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80596F is #7FA690. Grayscale: #676767. Windows color (decimal): -8365713 or 7297408. OLE color: 7297408.

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

Color convert

RGB 128 89 111 -
CMYK 0 0.30 0.13 0.50
HSL 326.15º 0.18% 0.43% -
HSV(B) 326.15º 0.3% 0.5% -
XYZ 15.34 12.88 16.72 -
YUV 103.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 128 89 111 0 0.30 0.13 0.50 326.15 0.18 0.43
Hex 80 59 6F 0 1E D 32 146 12 2B
Octal 200 131 157 0 36 15 62 506 22 53
Binary 10000000 1011001 1101111 0 11110 1101 110010 101000110 10010 101011

Color Harmonies of #80596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80596F

Black with #80596F

Text Example


Text Example

White with #80596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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