Html Css Color HEX #80586B Cosmic

📋 copy color: '#80586B'

red 128 ◦ green 88 ◦ blue 107

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

Shades of Cosmic #80586B

Tints of Cosmic #80586B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 39.63%
G = 27.24%
B = 33.13%

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

#80586B (or 0x80586B) is known color: Cosmic. HEX triplet: 80, 58 and 6B. RGB value is (128,88,107). Sum of RGB (Red+Green+Blue) = 128+88+107=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #80586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80586B is #7FA794. Grayscale: #666666. Windows color (decimal): -8365973 or 7035008. OLE color: 7035008.

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

Color convert

RGB 128 88 107 -
CMYK 0 0.31 0.16 0.50
HSL 331.5º 0.19% 0.42% -
HSV(B) 331.5º 0.31% 0.5% -
XYZ 15.05 12.63 15.55 -
YUV 102.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 128 88 107 0 0.31 0.16 0.50 331.5 0.19 0.42
Hex 80 58 6B 0 1F 10 32 14C 13 2A
Octal 200 130 153 0 37 20 62 514 23 52
Binary 10000000 1011000 1101011 0 11111 10000 110010 101001100 10011 101010

Color Harmonies of #80586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80586B

Black with #80586B

Text Example


Text Example

White with #80586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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