#854662

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

Shades of Cosmic #854662

Tints of Cosmic #854662

Color information

#854662 (or 0x854662) is unknown color: approx Cosmic. HEX triplet: 85, 46 and 62. RGB value is (133,70,98). Sum of RGB (Red+Green+Blue) = 133+70+98=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #854662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854662 is #7AB99D. Grayscale: #5B5B5B. Windows color (decimal): -8042910 or 6440581. OLE color: 6440581.

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

Color convert

RGB1337098-
CMYK00.470.260.48
HSL333.33º31.03%39.8%-
HSV(B)333.33º47.37%52.16%-
XYZ14.0710.2512.79-
YUV92.03131.37157.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 70 (27.73% from 255) = 23.26%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=44.19%
G=23.26%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133709800.470.260.48333.3331.0339.8
Hex85466202F1A3014d1f28
Octal20510614205732605153750
Binary100001011000110110001001011111101011000010100110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854662; }

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

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

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

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

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

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

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

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