#82596E

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

Shades of Cosmic #82596E

Tints of Cosmic #82596E

Color information

#82596E (or 0x82596E) is unknown color: approx Cosmic. HEX triplet: 82, 59 and 6E. RGB value is (130,89,110). Sum of RGB (Red+Green+Blue) = 130+89+110=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #82596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82596E is #7DA691. Grayscale: #676767. Windows color (decimal): -8234642 or 7231874. OLE color: 7231874.

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

Color convert

RGB13089110-
CMYK00.320.150.49
HSL329.27º18.72%42.94%-
HSV(B)329.27º31.54%50.98%-
XYZ15.5913.0216.44-
YUV103.65131.58146.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=39.51%
G=27.05%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308911000.320.150.49329.2718.7242.94
Hex82596E020F31149132b
Octal20213115604017615112353
Binary10000010101100111011100100000111111000110100100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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