#815568

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

Shades of Cosmic #815568

Tints of Cosmic #815568

Color information

#815568 (or 0x815568) is unknown color: approx Cosmic. HEX triplet: 81, 55 and 68. RGB value is (129,85,104). Sum of RGB (Red+Green+Blue) = 129+85+104=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 129 - color contains mainly: red. Hex color #815568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815568 is #7EAA97. Grayscale: #646464. Windows color (decimal): -8301208 or 6837633. OLE color: 6837633.

HSL color Cylindrical-coordinate representation of color #815568: hue angle of 334.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #815568 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB12985104-
CMYK00.340.190.49
HSL334.09º20.56%41.96%-
HSV(B)334.09º34.11%50.59%-
XYZ14.812.1614.66-
YUV100.32130.08148.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.57%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=40.57%
G=26.73%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298510400.340.190.49334.0920.5641.96
Hex815568022133114e152a
Octal20112515004223615162552
Binary100000011010101110100001000101001111000110100111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815568; }

 p { color: rgb(129,85,104); }

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

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

 a { background-color: rgb(129,85,104); }

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

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

 span { border-color: rgb(129,85,104); }

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