Html Css Color HEX #80526D Cosmic

📋 copy color: '#80526D'

red 128 ◦ green 82 ◦ blue 109

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

Shades of Cosmic #80526D

Tints of Cosmic #80526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.71%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 40.13%
G = 25.71%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80526D (or 0x80526D) is known color: Cosmic. HEX triplet: 80, 52 and 6D. RGB value is (128,82,109). Sum of RGB (Red+Green+Blue) = 128+82+109=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #80526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80526D is #7FAD92. Grayscale: #626262. Windows color (decimal): -8367507 or 7164544. OLE color: 7164544.

HSL color Cylindrical-coordinate representation of color #80526D: hue angle of 324.78º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80526D is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 82 109 -
CMYK 0 0.36 0.15 0.50
HSL 324.78º 0.22% 0.41% -
HSV(B) 324.78º 0.36% 0.5% -
XYZ 14.68 11.73 15.96 -
YUV 98.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 128 82 109 0 0.36 0.15 0.50 324.78 0.22 0.41
Hex 80 52 6D 0 24 F 32 145 16 29
Octal 200 122 155 0 44 17 62 505 26 51
Binary 10000000 1010010 1101101 0 100100 1111 110010 101000101 10110 101001

Color Harmonies of #80526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80526D

Black with #80526D

Text Example


Text Example

White with #80526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80526D; }

 p { color: rgb(128,82,109); }

 H1.HeaderClassName
 {
   color: #80526D;
 }
 .AnyTagClassName
 {
   color: #80526D;
 }
</style>

background-color css

<style>
 a { background-color: #80526D; }

 a { background-color: rgb(128,82,109); }

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

border-color css

<style>
 span { border-color: #80526D; }

 span { border-color: rgb(128,82,109); }

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