#83506C

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

Shades of Cosmic #83506C

Tints of Cosmic #83506C

Color information

#83506C (or 0x83506C) is unknown color: approx Cosmic. HEX triplet: 83, 50 and 6C. RGB value is (131,80,108). Sum of RGB (Red+Green+Blue) = 131+80+108=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 131 - color contains mainly: red. Hex color #83506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83506C is #7CAF93. Grayscale: #626262. Windows color (decimal): -8171412 or 7098499. OLE color: 7098499.

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

Color convert

RGB13180108-
CMYK00.390.180.49
HSL327.06º24.17%41.37%-
HSV(B)327.06º38.93%51.37%-
XYZ14.9411.6515.65-
YUV98.44133.4151.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.07%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=41.07%
G=25.08%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318010800.390.180.49327.0624.1741.37
Hex83506C02712311471829
Octal20312015404722615073051
Binary100000111010000110110001001111001011000110100011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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