#815468

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

Shades of Cosmic #815468

Tints of Cosmic #815468

Color information

#815468 (or 0x815468) is unknown color: approx Cosmic. HEX triplet: 81, 54 and 68. RGB value is (129,84,104). Sum of RGB (Red+Green+Blue) = 129+84+104=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #815468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815468 is #7EAB97. Grayscale: #636363. Windows color (decimal): -8301464 or 6837377. OLE color: 6837377.

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

Color convert

RGB12984104-
CMYK00.350.190.49
HSL333.33º21.13%41.76%-
HSV(B)333.33º34.88%50.59%-
XYZ14.7212.0114.64-
YUV99.73130.41148.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=40.69%
G=26.50%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298410400.350.190.49333.3321.1341.76
Hex815468023133114d152a
Octal20112415004323615152552
Binary100000011010100110100001000111001111000110100110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815468; }

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

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

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

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

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

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

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

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