#83546C

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

Shades of Cosmic #83546C

Tints of Cosmic #83546C

Color information

#83546C (or 0x83546C) is unknown color: approx Cosmic. HEX triplet: 83, 54 and 6C. RGB value is (131,84,108). Sum of RGB (Red+Green+Blue) = 131+84+108=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #83546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83546C is #7CAB93. Grayscale: #646464. Windows color (decimal): -8170388 or 7099523. OLE color: 7099523.

HSL color Cylindrical-coordinate representation of color #83546C: hue angle of 329.36º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83546C is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13184108-
CMYK00.360.180.49
HSL329.36º21.86%42.16%-
HSV(B)329.36º35.88%51.37%-
XYZ15.2412.2515.75-
YUV100.79132.07149.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.56%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=40.56%
G=26.01%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318410800.360.180.49329.3621.8642.16
Hex83546C0241231149162a
Octal20312415404422615112652
Binary100000111010100110110001001001001011000110100100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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