#854E6E

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

Shades of Cosmic #854E6E

Tints of Cosmic #854E6E

Color information

#854E6E (or 0x854E6E) is unknown color: approx Cosmic. HEX triplet: 85, 4E and 6E. RGB value is (133,78,110). Sum of RGB (Red+Green+Blue) = 133+78+110=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #854E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854E6E is #7AB191. Grayscale: #626262. Windows color (decimal): -8040850 or 7229061. OLE color: 7229061.

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

Color convert

RGB13378110-
CMYK00.410.170.48
HSL325.09º26.07%41.37%-
HSV(B)325.09º41.35%52.16%-
XYZ15.2111.5616.18-
YUV98.09134.72152.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=41.43%
G=24.30%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337811000.410.170.48325.0926.0741.37
Hex854E6E02911301451a29
Octal20511615605121605053251
Binary100001011001110110111001010011000111000010100010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,78,110); }

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

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

 a { background-color: rgb(133,78,110); }

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

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

 span { border-color: rgb(133,78,110); }

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