#804568

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

Shades of Cosmic #804568

Tints of Cosmic #804568

Color information

#804568 (or 0x804568) is unknown color: approx Cosmic. HEX triplet: 80, 45 and 68. RGB value is (128,69,104). Sum of RGB (Red+Green+Blue) = 128+69+104=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #804568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804568 is #7FBA97. Grayscale: #5A5A5A. Windows color (decimal): -8370840 or 6833536. OLE color: 6833536.

HSL color Cylindrical-coordinate representation of color #804568: hue angle of 324.41º 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 #804568 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB12869104-
CMYK00.460.190.50
HSL324.41º29.95%38.63%-
HSV(B)324.41º46.09%50.2%-
XYZ13.539.8414.28-
YUV90.63135.55154.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=42.52%
G=22.92%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286910400.460.190.50324.4129.9538.63
Hex80456802E13321441e27
Octal20010515005623625043647
Binary100000001000101110100001011101001111001010100010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804568; }

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

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

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

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

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

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

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

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