#854D6C

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

Shades of Cosmic #854D6C

Tints of Cosmic #854D6C

Color information

#854D6C (or 0x854D6C) is unknown color: approx Cosmic. HEX triplet: 85, 4D and 6C. RGB value is (133,77,108). Sum of RGB (Red+Green+Blue) = 133+77+108=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #854D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D6C is #7AB293. Grayscale: #616161. Windows color (decimal): -8041108 or 7097733. OLE color: 7097733.

HSL color Cylindrical-coordinate representation of color #854D6C: hue angle of 326.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854D6C is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13377108-
CMYK00.420.190.48
HSL326.79º26.67%41.18%-
HSV(B)326.79º42.11%52.16%-
XYZ15.0311.3815.59-
YUV97.28134.05153.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=41.82%
G=24.21%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337710800.420.190.48326.7926.6741.18
Hex854D6C02A13301471b29
Octal20511515405223605073351
Binary100001011001101110110001010101001111000010100011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854D6C; }

 p { color: rgb(133,77,108); }

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

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

 a { background-color: rgb(133,77,108); }

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

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

 span { border-color: rgb(133,77,108); }

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