#854769

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

Shades of Cosmic #854769

Tints of Cosmic #854769

Color information

#854769 (or 0x854769) is unknown color: approx Cosmic. HEX triplet: 85, 47 and 69. RGB value is (133,71,105). Sum of RGB (Red+Green+Blue) = 133+71+105=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #854769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854769 is #7AB896. Grayscale: #5D5D5D. Windows color (decimal): -8042647 or 6899589. OLE color: 6899589.

HSL color Cylindrical-coordinate representation of color #854769: hue angle of 327.1º 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 #854769 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13371105-
CMYK00.470.210.48
HSL327.1º30.39%40%-
HSV(B)327.1º46.62%52.16%-
XYZ14.4810.5114.63-
YUV93.41134.54156.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=43.04%
G=22.98%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337110500.470.210.48327.130.3940
Hex85476902F15301471e28
Octal20510715105725605073650
Binary100001011000111110100101011111010111000010100011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854769; }

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

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

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

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

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

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

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

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