#854863

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

Shades of Cosmic #854863

Tints of Cosmic #854863

Color information

#854863 (or 0x854863) is unknown color: approx Cosmic. HEX triplet: 85, 48 and 63. RGB value is (133,72,99). Sum of RGB (Red+Green+Blue) = 133+72+99=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #854863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854863 is #7AB79C. Grayscale: #5D5D5D. Windows color (decimal): -8042397 or 6506629. OLE color: 6506629.

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

Color convert

RGB1337299-
CMYK00.460.260.48
HSL333.44º29.76%40.2%-
HSV(B)333.44º45.86%52.16%-
XYZ14.2410.5213.08-
YUV93.32131.21156.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=43.75%
G=23.68%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133729900.460.260.48333.4429.7640.2
Hex85486302E1A3014d1e28
Octal20511014305632605153650
Binary100001011001000110001101011101101011000010100110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854863; }

 p { color: rgb(133,72,99); }

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

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

 a { background-color: rgb(133,72,99); }

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

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

 span { border-color: rgb(133,72,99); }

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