#834059

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

Shades of Cosmic #834059

Tints of Cosmic #834059

Color information

#834059 (or 0x834059) is unknown color: approx Cosmic. HEX triplet: 83, 40 and 59. RGB value is (131,64,89). Sum of RGB (Red+Green+Blue) = 131+64+89=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #834059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834059 is #7CBFA6. Grayscale: #565656. Windows color (decimal): -8175527 or 5849219. OLE color: 5849219.

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

Color convert

RGB1316489-
CMYK00.510.320.49
HSL337.61º34.36%38.24%-
HSV(B)337.61º51.15%51.37%-
XYZ139.2110.54-
YUV86.88129.2159.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 64 (25.39% from 255) = 22.54%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=46.13%
G=22.54%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131648900.510.320.49337.6134.3638.24
Hex83405903320311522226
Octal20310013106340615224246
Binary10000011100000010110010110011100000110001101010010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834059; }

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

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

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

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

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

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

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

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