#82556E

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

Shades of Cosmic #82556E

Tints of Cosmic #82556E

Color information

#82556E (or 0x82556E) is unknown color: approx Cosmic. HEX triplet: 82, 55 and 6E. RGB value is (130,85,110). Sum of RGB (Red+Green+Blue) = 130+85+110=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82556E is #7DAA91. Grayscale: #656565. Windows color (decimal): -8235666 or 7230850. OLE color: 7230850.

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

Color convert

RGB13085110-
CMYK00.350.150.49
HSL326.67º20.93%42.16%-
HSV(B)326.67º34.62%50.98%-
XYZ15.2712.3716.33-
YUV101.3132.91148.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=40%
G=26.15%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308511000.350.150.49326.6720.9342.16
Hex82556E023F31147152a
Octal20212515604317615072552
Binary10000010101010111011100100011111111000110100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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