#854565

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

Shades of Cosmic #854565

Tints of Cosmic #854565

Color information

#854565 (or 0x854565) is unknown color: approx Cosmic. HEX triplet: 85, 45 and 65. RGB value is (133,69,101). Sum of RGB (Red+Green+Blue) = 133+69+101=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #854565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854565 is #7ABA9A. Grayscale: #5B5B5B. Windows color (decimal): -8043163 or 6636933. OLE color: 6636933.

HSL color Cylindrical-coordinate representation of color #854565: hue angle of 330º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854565 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13369101-
CMYK00.480.240.48
HSL330º31.68%39.61%-
HSV(B)330º48.12%52.16%-
XYZ14.1510.1813.53-
YUV91.78133.2157.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=43.89%
G=22.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336910100.480.240.4833031.6839.61
Hex854565030183014a2028
Octal20510514506030605124050
Binary1000010110001011100101011000011000110000101001010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854565; }

 p { color: rgb(133,69,101); }

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

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

 a { background-color: rgb(133,69,101); }

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

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

 span { border-color: rgb(133,69,101); }

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