#865572

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

Shades of Cosmic #865572

Tints of Cosmic #865572

Color information

#865572 (or 0x865572) is unknown color: approx Cosmic. HEX triplet: 86, 55 and 72. RGB value is (134,85,114). Sum of RGB (Red+Green+Blue) = 134+85+114=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #865572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865572 is #79AA8D. Grayscale: #666666. Windows color (decimal): -7973518 or 7492998. OLE color: 7492998.

HSL color Cylindrical-coordinate representation of color #865572: hue angle of 324.49º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865572 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13485114-
CMYK00.370.150.47
HSL324.49º22.37%42.94%-
HSV(B)324.49º36.57%52.55%-
XYZ16.1212.7817.54-
YUV102.96134.23150.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=40.24%
G=25.53%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348511400.370.150.47324.4922.3742.94
Hex865572025F2F144162b
Octal20612516204517575042653
Binary10000110101010111100100100101111110111110100010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865572; }

 p { color: rgb(134,85,114); }

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

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

 a { background-color: rgb(134,85,114); }

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

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

 span { border-color: rgb(134,85,114); }

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