Html Css Color HEX #80526C Cosmic

📋 copy color: '#80526C'

red 128 ◦ green 82 ◦ blue 108

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

Shades of Cosmic #80526C

Tints of Cosmic #80526C

RGB

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

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

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

R = 40.25%
G = 25.79%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80526C (or 0x80526C) is known color: Cosmic. HEX triplet: 80, 52 and 6C. RGB value is (128,82,108). Sum of RGB (Red+Green+Blue) = 128+82+108=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #80526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80526C is #7FAD93. Grayscale: #626262. Windows color (decimal): -8367508 or 7099008. OLE color: 7099008.

HSL color Cylindrical-coordinate representation of color #80526C: hue angle of 326.09º 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 #80526C is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 82 108 -
CMYK 0 0.36 0.16 0.50
HSL 326.09º 0.22% 0.41% -
HSV(B) 326.09º 0.36% 0.5% -
XYZ 14.63 11.71 15.68 -
YUV 98.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 128 82 108 0 0.36 0.16 0.50 326.09 0.22 0.41
Hex 80 52 6C 0 24 10 32 146 16 29
Octal 200 122 154 0 44 20 62 506 26 51
Binary 10000000 1010010 1101100 0 100100 10000 110010 101000110 10110 101001

Color Harmonies of #80526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80526C

Black with #80526C

Text Example


Text Example

White with #80526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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