#864574

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

Shades of Cosmic #864574

Tints of Cosmic #864574

Color information

#864574 (or 0x864574) is unknown color: approx Cosmic. HEX triplet: 86, 45 and 74. RGB value is (134,69,116). Sum of RGB (Red+Green+Blue) = 134+69+116=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #864574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864574 is #79BA8B. Grayscale: #5D5D5D. Windows color (decimal): -7977612 or 7619974. OLE color: 7619974.

HSL color Cylindrical-coordinate representation of color #864574: hue angle of 316.62º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #864574 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13469116-
CMYK00.490.130.47
HSL316.62º32.02%39.8%-
HSV(B)316.62º48.51%52.55%-
XYZ15.1110.5917.77-
YUV93.79140.53156.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=42.01%
G=21.63%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346911600.490.130.47316.6232.0239.8
Hex864574031D2F13d2028
Octal20610516406115574754050
Binary100001101000101111010001100011101101111100111101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864574; }

 p { color: rgb(134,69,116); }

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

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

 a { background-color: rgb(134,69,116); }

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

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

 span { border-color: rgb(134,69,116); }

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