#83566C

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

Shades of Cosmic #83566C

Tints of Cosmic #83566C

Color information

#83566C (or 0x83566C) is unknown color: approx Cosmic. HEX triplet: 83, 56 and 6C. RGB value is (131,86,108). Sum of RGB (Red+Green+Blue) = 131+86+108=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83566C is #7CA993. Grayscale: #656565. Windows color (decimal): -8169876 or 7100035. OLE color: 7100035.

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

Color convert

RGB13186108-
CMYK00.340.180.49
HSL330.67º20.74%42.55%-
HSV(B)330.67º34.35%51.37%-
XYZ15.3912.5615.8-
YUV101.96131.41148.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.31%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=40.31%
G=26.46%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318610800.340.180.49330.6720.7442.55
Hex83566C022123114b152b
Octal20312615404222615132553
Binary100000111010110110110001000101001011000110100101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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