#805364

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

Shades of Cosmic #805364

Tints of Cosmic #805364

Color information

#805364 (or 0x805364) is unknown color: approx Cosmic. HEX triplet: 80, 53 and 64. RGB value is (128,83,100). Sum of RGB (Red+Green+Blue) = 128+83+100=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #805364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805364 is #7FAC9B. Grayscale: #626262. Windows color (decimal): -8367260 or 6574976. OLE color: 6574976.

HSL color Cylindrical-coordinate representation of color #805364: hue angle of 337.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #805364 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB12883100-
CMYK00.350.220.50
HSL337.33º21.33%41.37%-
HSV(B)337.33º35.16%50.2%-
XYZ14.311.713.56-
YUV98.39128.91149.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=41.16%
G=26.69%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288310000.350.220.50337.3321.3341.37
Hex80536402316321511529
Octal20012314404326625212551
Binary100000001010011110010001000111011011001010101000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805364; }

 p { color: rgb(128,83,100); }

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

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

 a { background-color: rgb(128,83,100); }

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

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

 span { border-color: rgb(128,83,100); }

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