#854064

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

Shades of Cosmic #854064

Tints of Cosmic #854064

Color information

#854064 (or 0x854064) is unknown color: approx Cosmic. HEX triplet: 85, 40 and 64. RGB value is (133,64,100). Sum of RGB (Red+Green+Blue) = 133+64+100=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #854064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854064 is #7ABF9B. Grayscale: #585858. Windows color (decimal): -8044444 or 6570117. OLE color: 6570117.

HSL color Cylindrical-coordinate representation of color #854064: hue angle of 328.7º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854064 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB13364100-
CMYK00.520.250.48
HSL328.7º35.03%38.63%-
HSV(B)328.7º51.88%52.16%-
XYZ13.819.5713.18-
YUV88.74134.36159.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=44.78%
G=21.55%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336410000.520.250.48328.735.0338.63
Hex85406403419301492327
Octal20510014406431605114347
Binary1000010110000001100100011010011001110000101001001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854064; }

 p { color: rgb(133,64,100); }

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

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

 a { background-color: rgb(133,64,100); }

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

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

 span { border-color: rgb(133,64,100); }

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