#83596E

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

Shades of Cosmic #83596E

Tints of Cosmic #83596E

Color information

#83596E (or 0x83596E) is unknown color: approx Cosmic. HEX triplet: 83, 59 and 6E. RGB value is (131,89,110). Sum of RGB (Red+Green+Blue) = 131+89+110=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #83596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83596E is #7CA691. Grayscale: #676767. Windows color (decimal): -8169106 or 7231875. OLE color: 7231875.

HSL color Cylindrical-coordinate representation of color #83596E: hue angle of 330º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83596E is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13189110-
CMYK00.320.160.49
HSL330º19.09%43.14%-
HSV(B)330º32.06%51.37%-
XYZ15.7513.116.45-
YUV103.95131.41147.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=39.70%
G=26.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318911000.320.160.4933019.0943.14
Hex83596E020103114a132b
Octal20313115604020615122353
Binary100000111011001110111001000001000011000110100101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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