#83556E

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

Shades of Cosmic #83556E

Tints of Cosmic #83556E

Color information

#83556E (or 0x83556E) is unknown color: approx Cosmic. HEX triplet: 83, 55 and 6E. RGB value is (131,85,110). Sum of RGB (Red+Green+Blue) = 131+85+110=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #83556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83556E is #7CAA91. Grayscale: #656565. Windows color (decimal): -8170130 or 7230851. OLE color: 7230851.

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

Color convert

RGB13185110-
CMYK00.350.160.49
HSL327.39º21.3%42.35%-
HSV(B)327.39º35.11%51.37%-
XYZ15.4212.4516.34-
YUV101.6132.74148.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=40.18%
G=26.07%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318511000.350.160.49327.3921.342.35
Hex83556E0231031147152a
Octal20312515604320615072552
Binary100000111010101110111001000111000011000110100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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