#854B6F

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

Shades of Cosmic #854B6F

Tints of Cosmic #854B6F

Color information

#854B6F (or 0x854B6F) is unknown color: approx Cosmic. HEX triplet: 85, 4B and 6F. RGB value is (133,75,111). Sum of RGB (Red+Green+Blue) = 133+75+111=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #854B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854B6F is #7AB490. Grayscale: #606060. Windows color (decimal): -8041617 or 7293829. OLE color: 7293829.

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

Color convert

RGB13375111-
CMYK00.440.170.48
HSL322.76º27.88%40.78%-
HSV(B)322.76º43.61%52.16%-
XYZ15.0611.1716.4-
YUV96.45136.22154.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 111 (43.75% from 255) = 34.80%
R=41.69%
G=23.51%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337511100.440.170.48322.7627.8840.78
Hex854B6F02C11301431c29
Octal20511315705421605033451
Binary100001011001011110111101011001000111000010100001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,75,111); }

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

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

 a { background-color: rgb(133,75,111); }

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

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

 span { border-color: rgb(133,75,111); }

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