#70505E

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

Shades of Cosmic #70505E

Tints of Cosmic #70505E

Color information

#70505E (or 0x70505E) is unknown color: approx Cosmic. HEX triplet: 70, 50 and 5E. RGB value is (112,80,94). Sum of RGB (Red+Green+Blue) = 112+80+94=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #70505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70505E is #8FAFA1. Grayscale: #5B5B5B. Windows color (decimal): -9416610 or 6180976. OLE color: 6180976.

HSL color Cylindrical-coordinate representation of color #70505E: hue angle of 333.75º 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 #70505E is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1128094-
CMYK00.290.160.56
HSL333.75º16.67%37.65%-
HSV(B)333.75º28.57%43.92%-
XYZ11.579.9911.91-
YUV91.16129.6142.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=39.16%
G=27.97%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112809400.290.160.56333.7516.6737.65
Hex70505E01D103814e1126
Octal16012013603520705162146
Binary1110000101000010111100111011000011100010100111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70505E; }

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

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

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

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

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

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

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

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