#815868

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

Shades of Cosmic #815868

Tints of Cosmic #815868

Color information

#815868 (or 0x815868) is unknown color: approx Cosmic. HEX triplet: 81, 58 and 68. RGB value is (129,88,104). Sum of RGB (Red+Green+Blue) = 129+88+104=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #815868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815868 is #7EA797. Grayscale: #666666. Windows color (decimal): -8300440 or 6838401. OLE color: 6838401.

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

Color convert

RGB12988104-
CMYK00.320.190.49
HSL336.59º18.89%42.55%-
HSV(B)336.59º31.78%50.59%-
XYZ15.0412.6514.74-
YUV102.08129.08147.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.19%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=40.19%
G=27.41%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298810400.320.190.49336.5918.8942.55
Hex8158680201331151132b
Octal20113015004023615212353
Binary100000011011000110100001000001001111000110101000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815868; }

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

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

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

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

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

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

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

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