Html Css Color HEX #80556B Cosmic

📋 copy color: '#80556B'

red 128 ◦ green 85 ◦ blue 107

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

Shades of Cosmic #80556B

Tints of Cosmic #80556B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.56%

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

R = 40%
G = 26.56%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80556B (or 0x80556B) is known color: Cosmic. HEX triplet: 80, 55 and 6B. RGB value is (128,85,107). Sum of RGB (Red+Green+Blue) = 128+85+107=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #80556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80556B is #7FAA94. Grayscale: #646464. Windows color (decimal): -8366741 or 7034240. OLE color: 7034240.

HSL color Cylindrical-coordinate representation of color #80556B: hue angle of 329.3º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80556B is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 85 107 -
CMYK 0 0.34 0.16 0.50
HSL 329.3º 0.2% 0.42% -
HSV(B) 329.3º 0.34% 0.5% -
XYZ 14.8 12.15 15.47 -
YUV 100.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 128 85 107 0 0.34 0.16 0.50 329.3 0.2 0.42
Hex 80 55 6B 0 22 10 32 149 14 2A
Octal 200 125 153 0 42 20 62 511 24 52
Binary 10000000 1010101 1101011 0 100010 10000 110010 101001001 10100 101010

Color Harmonies of #80556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80556B

Black with #80556B

Text Example


Text Example

White with #80556B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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