#804562

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

Shades of Cosmic #804562

Tints of Cosmic #804562

Color information

#804562 (or 0x804562) is unknown color: approx Cosmic. HEX triplet: 80, 45 and 62. RGB value is (128,69,98). Sum of RGB (Red+Green+Blue) = 128+69+98=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #804562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804562 is #7FBA9D. Grayscale: #595959. Windows color (decimal): -8370846 or 6440320. OLE color: 6440320.

HSL color Cylindrical-coordinate representation of color #804562: hue angle of 330.51º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #804562 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB1286998-
CMYK00.460.230.50
HSL330.51º29.95%38.63%-
HSV(B)330.51º46.09%50.2%-
XYZ13.239.7312.74-
YUV89.95132.55155.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=43.39%
G=23.39%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128699800.460.230.50330.5129.9538.63
Hex80456202E173214b1e27
Octal20010514205627625133647
Binary100000001000101110001001011101011111001010100101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804562; }

 p { color: rgb(128,69,98); }

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

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

 a { background-color: rgb(128,69,98); }

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

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

 span { border-color: rgb(128,69,98); }

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