#83546E

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

Shades of Cosmic #83546E

Tints of Cosmic #83546E

Color information

#83546E (or 0x83546E) is unknown color: approx Cosmic. HEX triplet: 83, 54 and 6E. RGB value is (131,84,110). Sum of RGB (Red+Green+Blue) = 131+84+110=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83546E is #7CAB91. Grayscale: #646464. Windows color (decimal): -8170386 or 7230595. OLE color: 7230595.

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

Color convert

RGB13184110-
CMYK00.360.160.49
HSL326.81º21.86%42.16%-
HSV(B)326.81º35.88%51.37%-
XYZ15.3412.2916.32-
YUV101.02133.07149.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.31%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=40.31%
G=25.85%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318411000.360.160.49326.8121.8642.16
Hex83546E0241031147162a
Octal20312415604420615072652
Binary100000111010100110111001001001000011000110100011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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