#705563

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

Shades of Cosmic #705563

Tints of Cosmic #705563

Color information

#705563 (or 0x705563) is unknown color: approx Cosmic. HEX triplet: 70, 55 and 63. RGB value is (112,85,99). Sum of RGB (Red+Green+Blue) = 112+85+99=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #705563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705563 is #8FAA9C. Grayscale: #5E5E5E. Windows color (decimal): -9415325 or 6509936. OLE color: 6509936.

HSL color Cylindrical-coordinate representation of color #705563: hue angle of 328.89º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705563 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1128599-
CMYK00.240.120.56
HSL328.89º13.71%38.63%-
HSV(B)328.89º24.11%43.92%-
XYZ12.1810.8413.26-
YUV94.67130.45140.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 99 (39.06% from 255) = 33.45%
R=37.84%
G=28.72%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112859900.240.120.56328.8913.7138.63
Hex705563018C38149e27
Octal16012514303014705111647
Binary11100001010101110001101100011001110001010010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705563; }

 p { color: rgb(112,85,99); }

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

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

 a { background-color: rgb(112,85,99); }

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

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

 span { border-color: rgb(112,85,99); }

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