#705564

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

Shades of Cosmic #705564

Tints of Cosmic #705564

Color information

#705564 (or 0x705564) is unknown color: approx Cosmic. HEX triplet: 70, 55 and 64. RGB value is (112,85,100). Sum of RGB (Red+Green+Blue) = 112+85+100=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705564 is #8FAA9B. Grayscale: #5E5E5E. Windows color (decimal): -9415324 or 6575472. OLE color: 6575472.

HSL color Cylindrical-coordinate representation of color #705564: hue angle of 326.67º 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 #705564 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB11285100-
CMYK00.240.110.56
HSL326.67º13.71%38.63%-
HSV(B)326.67º24.11%43.92%-
XYZ12.2310.8613.51-
YUV94.78130.95140.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=37.71%
G=28.62%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128510000.240.110.56326.6713.7138.63
Hex705564018B38147e27
Octal16012514403013705071647
Binary11100001010101110010001100010111110001010001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705564; }

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

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

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

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

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

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

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

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