#82566C

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

Shades of Cosmic #82566C

Tints of Cosmic #82566C

Color information

#82566C (or 0x82566C) is unknown color: approx Cosmic. HEX triplet: 82, 56 and 6C. RGB value is (130,86,108). Sum of RGB (Red+Green+Blue) = 130+86+108=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #82566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82566C is #7DA993. Grayscale: #656565. Windows color (decimal): -8235412 or 7100034. OLE color: 7100034.

HSL color Cylindrical-coordinate representation of color #82566C: hue angle of 330º degrees, saturation: 0.2, 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 #82566C is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB13086108-
CMYK00.340.170.49
HSL330º20.37%42.35%-
HSV(B)330º33.85%50.98%-
XYZ15.2412.4815.79-
YUV101.66131.58148.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=40.12%
G=26.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308610800.340.170.4933020.3742.35
Hex82566C022113114a142a
Octal20212615404221615122452
Binary100000101010110110110001000101000111000110100101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82566C; }

 p { color: rgb(130,86,108); }

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

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

 a { background-color: rgb(130,86,108); }

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

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

 span { border-color: rgb(130,86,108); }

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