#854666

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

Shades of Cosmic #854666

Tints of Cosmic #854666

Color information

#854666 (or 0x854666) is unknown color: approx Cosmic. HEX triplet: 85, 46 and 66. RGB value is (133,70,102). Sum of RGB (Red+Green+Blue) = 133+70+102=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #854666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854666 is #7AB999. Grayscale: #5C5C5C. Windows color (decimal): -8042906 or 6702725. OLE color: 6702725.

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

Color convert

RGB13370102-
CMYK00.470.230.48
HSL329.52º31.03%39.8%-
HSV(B)329.52º47.37%52.16%-
XYZ14.2610.3313.81-
YUV92.48133.37156.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=43.61%
G=22.95%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337010200.470.230.48329.5231.0339.8
Hex85466602F173014a1f28
Octal20510614605727605123750
Binary100001011000110110011001011111011111000010100101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854666; }

 p { color: rgb(133,70,102); }

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

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

 a { background-color: rgb(133,70,102); }

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

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

 span { border-color: rgb(133,70,102); }

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