#705565

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

Shades of Cosmic #705565

Tints of Cosmic #705565

Color information

#705565 (or 0x705565) is unknown color: approx Cosmic. HEX triplet: 70, 55 and 65. RGB value is (112,85,101). Sum of RGB (Red+Green+Blue) = 112+85+101=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #705565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705565 is #8FAA9A. Grayscale: #5E5E5E. Windows color (decimal): -9415323 or 6641008. OLE color: 6641008.

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

Color convert

RGB11285101-
CMYK00.240.100.56
HSL324.44º13.71%38.63%-
HSV(B)324.44º24.11%43.92%-
XYZ12.2810.8813.77-
YUV94.9131.45140.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=37.58%
G=28.52%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128510100.240.100.56324.4413.7138.63
Hex705565018A38144e27
Octal16012514503012705041647
Binary11100001010101110010101100010101110001010001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705565; }

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

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

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

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

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

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

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

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