#804058

Color #804058 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #804058

Tints of Cosmic #804058

Color information

#804058 (or 0x804058) is unknown color: approx Cosmic. HEX triplet: 80, 40 and 58. RGB value is (128,64,88). Sum of RGB (Red+Green+Blue) = 128+64+88=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #804058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804058 is #7FBFA7. Grayscale: #555555. Windows color (decimal): -8372136 or 5783680. OLE color: 5783680.

HSL color Cylindrical-coordinate representation of color #804058: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804058 is Cyan = 0, Magento = 0.5, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1286488-
CMYK00.50.310.50
HSL337.5º33.33%37.65%-
HSV(B)337.5º50%50.2%-
XYZ12.58.9610.3-
YUV85.87129.2158.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=45.71%
G=22.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128648800.50.310.50337.533.3337.65
Hex8040580321F321522126
Octal20010013006237625224146
Binary1000000010000001011000011001011111110010101010010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804058; }

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

 H1.HeaderClassName
 {
   color: #804058;
 }
 .AnyTagClassName
 {
   color: #804058;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #804058;
 }
 .BgClassName
 {
   background-color: #804058;
 }
</style>
border-color css

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

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

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