#82546E

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

Shades of Cosmic #82546E

Tints of Cosmic #82546E

Color information

#82546E (or 0x82546E) is unknown color: approx Cosmic. HEX triplet: 82, 54 and 6E. RGB value is (130,84,110). Sum of RGB (Red+Green+Blue) = 130+84+110=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #82546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82546E is #7DAB91. Grayscale: #646464. Windows color (decimal): -8235922 or 7230594. OLE color: 7230594.

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

Color convert

RGB13084110-
CMYK00.350.150.49
HSL326.09º21.5%41.96%-
HSV(B)326.09º35.38%50.98%-
XYZ15.1912.2116.31-
YUV100.72133.24148.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=40.12%
G=25.93%
B=33.95%

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
Decimal1308411000.350.150.49326.0921.541.96
Hex82546E023F31146152a
Octal20212415604317615062552
Binary10000010101010011011100100011111111000110100011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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