#854568

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

Shades of Cosmic #854568

Tints of Cosmic #854568

Color information

#854568 (or 0x854568) is unknown color: approx Cosmic. HEX triplet: 85, 45 and 68. RGB value is (133,69,104). Sum of RGB (Red+Green+Blue) = 133+69+104=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #854568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854568 is #7ABA97. Grayscale: #5C5C5C. Windows color (decimal): -8043160 or 6833541. OLE color: 6833541.

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

Color convert

RGB13369104-
CMYK00.480.220.48
HSL327.19º31.68%39.61%-
HSV(B)327.19º48.12%52.16%-
XYZ14.310.2414.32-
YUV92.13134.7157.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=43.46%
G=22.55%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336910400.480.220.48327.1931.6839.61
Hex85456803016301472028
Octal20510515006026605074050
Binary1000010110001011101000011000010110110000101000111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854568; }

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

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

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

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

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

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

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

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