#834659

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

Shades of Cosmic #834659

Tints of Cosmic #834659

Color information

#834659 (or 0x834659) is unknown color: approx Cosmic. HEX triplet: 83, 46 and 59. RGB value is (131,70,89). Sum of RGB (Red+Green+Blue) = 131+70+89=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #834659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834659 is #7CB9A6. Grayscale: #5A5A5A. Windows color (decimal): -8173991 or 5850755. OLE color: 5850755.

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

Color convert

RGB1317089-
CMYK00.470.320.49
HSL341.31º30.35%39.41%-
HSV(B)341.31º46.56%51.37%-
XYZ13.359.9310.66-
YUV90.4127.21156.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.17%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 89 (35.16% from 255) = 30.69%
R=45.17%
G=24.14%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131708900.470.320.49341.3130.3539.41
Hex83465902F20311551e27
Octal20310613105740615253647
Binary1000001110001101011001010111110000011000110101010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834659; }

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

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

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

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

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

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

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

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