#865470

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

Shades of Cosmic #865470

Tints of Cosmic #865470

Color information

#865470 (or 0x865470) is unknown color: approx Cosmic. HEX triplet: 86, 54 and 70. RGB value is (134,84,112). Sum of RGB (Red+Green+Blue) = 134+84+112=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #865470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865470 is #79AB8F. Grayscale: #666666. Windows color (decimal): -7973776 or 7361670. OLE color: 7361670.

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

Color convert

RGB13484112-
CMYK00.370.160.47
HSL326.4º22.94%42.75%-
HSV(B)326.4º37.31%52.55%-
XYZ15.9312.5816.92-
YUV102.14133.56150.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=40.61%
G=25.45%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348411200.370.160.47326.422.9442.75
Hex865470025102F146172b
Octal20612416004520575062753
Binary100001101010100111000001001011000010111110100011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865470; }

 p { color: rgb(134,84,112); }

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

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

 a { background-color: rgb(134,84,112); }

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

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

 span { border-color: rgb(134,84,112); }

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