#804458

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

Shades of Cosmic #804458

Tints of Cosmic #804458

Color information

#804458 (or 0x804458) is unknown color: approx Cosmic. HEX triplet: 80, 44 and 58. RGB value is (128,68,88). Sum of RGB (Red+Green+Blue) = 128+68+88=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #804458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804458 is #7FBBA7. Grayscale: #585858. Windows color (decimal): -8371112 or 5784704. OLE color: 5784704.

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

Color convert

RGB1286888-
CMYK00.470.310.50
HSL340º30.61%38.43%-
HSV(B)340º46.88%50.2%-
XYZ12.739.4310.38-
YUV88.22127.88156.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=45.07%
G=23.94%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128688800.470.310.5034030.6138.43
Hex80445802F1F321541f26
Octal20010413005737625243746
Binary100000001000100101100001011111111111001010101010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804458; }

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

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

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

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

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

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

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

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