#854670

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

Shades of Cosmic #854670

Tints of Cosmic #854670

Color information

#854670 (or 0x854670) is unknown color: approx Cosmic. HEX triplet: 85, 46 and 70. RGB value is (133,70,112). Sum of RGB (Red+Green+Blue) = 133+70+112=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #854670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854670 is #7AB98F. Grayscale: #5D5D5D. Windows color (decimal): -8042896 or 7358085. OLE color: 7358085.

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

Color convert

RGB13370112-
CMYK00.470.160.48
HSL320º31.03%39.8%-
HSV(B)320º47.37%52.16%-
XYZ14.7910.5416.58-
YUV93.62138.37156.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=42.22%
G=22.22%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337011200.470.160.4832031.0339.8
Hex85467002F10301401f28
Octal20510616005720605003750
Binary100001011000110111000001011111000011000010100000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854670; }

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

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

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

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

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

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

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

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