#82546C

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

Shades of Cosmic #82546C

Tints of Cosmic #82546C

Color information

#82546C (or 0x82546C) is unknown color: approx Cosmic. HEX triplet: 82, 54 and 6C. RGB value is (130,84,108). Sum of RGB (Red+Green+Blue) = 130+84+108=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82546C is #7DAB93. Grayscale: #646464. Windows color (decimal): -8235924 or 7099522. OLE color: 7099522.

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

Color convert

RGB13084108-
CMYK00.350.170.49
HSL328.7º21.5%41.96%-
HSV(B)328.7º35.38%50.98%-
XYZ15.0812.1715.74-
YUV100.49132.24149.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=40.37%
G=26.09%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308410800.350.170.49328.721.541.96
Hex82546C0231131149152a
Octal20212415404321615112552
Binary100000101010100110110001000111000111000110100100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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