#825568

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

Shades of Cosmic #825568

Tints of Cosmic #825568

Color information

#825568 (or 0x825568) is unknown color: approx Cosmic. HEX triplet: 82, 55 and 68. RGB value is (130,85,104). Sum of RGB (Red+Green+Blue) = 130+85+104=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #825568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825568 is #7DAA97. Grayscale: #646464. Windows color (decimal): -8235672 or 6837634. OLE color: 6837634.

HSL color Cylindrical-coordinate representation of color #825568: hue angle of 334.67º 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 #825568 is Cyan = 0, Magento = 0.35, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB13085104-
CMYK00.350.20.49
HSL334.67º20.93%42.16%-
HSV(B)334.67º34.62%50.98%-
XYZ14.9512.2414.67-
YUV100.62129.91148.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=40.75%
G=26.65%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308510400.350.20.49334.6720.9342.16
Hex825568023143114f152a
Octal20212515004324615172552
Binary100000101010101110100001000111010011000110100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825568; }

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

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

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

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

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

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

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

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