#705059

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

Shades of Cosmic #705059

Tints of Cosmic #705059

Color information

#705059 (or 0x705059) is unknown color: approx Cosmic. HEX triplet: 70, 50 and 59. RGB value is (112,80,89). Sum of RGB (Red+Green+Blue) = 112+80+89=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705059 is #8FAFA6. Grayscale: #5A5A5A. Windows color (decimal): -9416615 or 5853296. OLE color: 5853296.

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

Color convert

RGB1128089-
CMYK00.290.210.56
HSL343.12º16.67%37.65%-
HSV(B)343.12º28.57%43.92%-
XYZ11.359.910.76-
YUV90.59127.1143.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=39.86%
G=28.47%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112808900.290.210.56343.1216.6737.65
Hex70505901D15381571126
Octal16012013103525705272146
Binary1110000101000010110010111011010111100010101011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705059; }

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

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

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

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

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

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

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

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