#834566

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

Shades of Cosmic #834566

Tints of Cosmic #834566

Color information

#834566 (or 0x834566) is unknown color: approx Cosmic. HEX triplet: 83, 45 and 66. RGB value is (131,69,102). Sum of RGB (Red+Green+Blue) = 131+69+102=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #834566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834566 is #7CBA99. Grayscale: #5B5B5B. Windows color (decimal): -8174234 or 6702467. OLE color: 6702467.

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

Color convert

RGB13169102-
CMYK00.470.220.49
HSL328.06º31%39.22%-
HSV(B)328.06º47.33%51.37%-
XYZ13.8910.0413.78-
YUV91.3134.04156.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.38%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=43.38%
G=22.85%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316910200.470.220.49328.063139.22
Hex83456602F16311481f27
Octal20310514605726615103747
Binary100000111000101110011001011111011011000110100100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834566; }

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

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

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

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

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

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

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

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