#705159

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

Shades of Cosmic #705159

Tints of Cosmic #705159

Color information

#705159 (or 0x705159) is unknown color: approx Cosmic. HEX triplet: 70, 51 and 59. RGB value is (112,81,89). Sum of RGB (Red+Green+Blue) = 112+81+89=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705159 is #8FAEA6. Grayscale: #5B5B5B. Windows color (decimal): -9416359 or 5853552. OLE color: 5853552.

HSL color Cylindrical-coordinate representation of color #705159: hue angle of 344.52º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705159 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1128189-
CMYK00.280.210.56
HSL344.52º16.06%37.84%-
HSV(B)344.52º27.68%43.92%-
XYZ11.4310.0510.79-
YUV91.18126.77142.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 89 (35.16% from 255) = 31.56%
R=39.72%
G=28.72%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112818900.280.210.56344.5216.0637.84
Hex70515901C15381591026
Octal16012113103425705312046
Binary1110000101000110110010111001010111100010101100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705159; }

 p { color: rgb(112,81,89); }

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

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

 a { background-color: rgb(112,81,89); }

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

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

 span { border-color: rgb(112,81,89); }

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