#82566E

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

Shades of Cosmic #82566E

Tints of Cosmic #82566E

Color information

#82566E (or 0x82566E) is unknown color: approx Cosmic. HEX triplet: 82, 56 and 6E. RGB value is (130,86,110). Sum of RGB (Red+Green+Blue) = 130+86+110=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #82566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82566E is #7DA991. Grayscale: #656565. Windows color (decimal): -8235410 or 7231106. OLE color: 7231106.

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

Color convert

RGB13086110-
CMYK00.340.150.49
HSL327.27º20.37%42.35%-
HSV(B)327.27º33.85%50.98%-
XYZ15.3512.5316.36-
YUV101.89132.58148.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=39.88%
G=26.38%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308611000.340.150.49327.2720.3742.35
Hex82566E022F31147142a
Octal20212615604217615072452
Binary10000010101011011011100100010111111000110100011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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