#705566

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

Shades of Cosmic #705566

Tints of Cosmic #705566

Color information

#705566 (or 0x705566) is unknown color: approx Cosmic. HEX triplet: 70, 55 and 66. RGB value is (112,85,102). Sum of RGB (Red+Green+Blue) = 112+85+102=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705566 is #8FAA99. Grayscale: #5E5E5E. Windows color (decimal): -9415322 or 6706544. OLE color: 6706544.

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

Color convert

RGB11285102-
CMYK00.240.090.56
HSL322.22º13.71%38.63%-
HSV(B)322.22º24.11%43.92%-
XYZ12.3310.914.02-
YUV95.01131.95140.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=37.46%
G=28.43%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128510200.240.090.56322.2213.7138.63
Hex705566018938142e27
Octal16012514603011705021647
Binary11100001010101110011001100010011110001010000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705566; }

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

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

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

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

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

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

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

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