#834568

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

Shades of Cosmic #834568

Tints of Cosmic #834568

Color information

#834568 (or 0x834568) is unknown color: approx Cosmic. HEX triplet: 83, 45 and 68. RGB value is (131,69,104). Sum of RGB (Red+Green+Blue) = 131+69+104=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #834568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834568 is #7CBA97. Grayscale: #5B5B5B. Windows color (decimal): -8174232 or 6833539. OLE color: 6833539.

HSL color Cylindrical-coordinate representation of color #834568: hue angle of 326.13º degrees, saturation: 0.31, 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 #834568 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB13169104-
CMYK00.470.210.49
HSL326.13º31%39.22%-
HSV(B)326.13º47.33%51.37%-
XYZ13.9910.0814.31-
YUV91.53135.04156.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=43.09%
G=22.70%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316910400.470.210.49326.133139.22
Hex83456802F15311461f27
Octal20310515005725615063747
Binary100000111000101110100001011111010111000110100011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834568; }

 p { color: rgb(131,69,104); }

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

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

 a { background-color: rgb(131,69,104); }

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

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

 span { border-color: rgb(131,69,104); }

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