#854765

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

Shades of Cosmic #854765

Tints of Cosmic #854765

Color information

#854765 (or 0x854765) is unknown color: approx Cosmic. HEX triplet: 85, 47 and 65. RGB value is (133,71,101). Sum of RGB (Red+Green+Blue) = 133+71+101=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #854765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854765 is #7AB89A. Grayscale: #5C5C5C. Windows color (decimal): -8042651 or 6637445. OLE color: 6637445.

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

Color convert

RGB13371101-
CMYK00.470.240.48
HSL330.97º30.39%40%-
HSV(B)330.97º46.62%52.16%-
XYZ14.2810.4313.57-
YUV92.96132.54156.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=43.61%
G=23.28%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337110100.470.240.48330.9730.3940
Hex85476502F183014b1e28
Octal20510714505730605133650
Binary100001011000111110010101011111100011000010100101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854765; }

 p { color: rgb(133,71,101); }

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

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

 a { background-color: rgb(133,71,101); }

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

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

 span { border-color: rgb(133,71,101); }

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