#70535B

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

Shades of Cosmic #70535B

Tints of Cosmic #70535B

Color information

#70535B (or 0x70535B) is unknown color: approx Cosmic. HEX triplet: 70, 53 and 5B. RGB value is (112,83,91). Sum of RGB (Red+Green+Blue) = 112+83+91=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #70535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70535B is #8FACA4. Grayscale: #5C5C5C. Windows color (decimal): -9415845 or 5985136. OLE color: 5985136.

HSL color Cylindrical-coordinate representation of color #70535B: hue angle of 343.45º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70535B is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1128391-
CMYK00.260.190.56
HSL343.45º14.87%38.24%-
HSV(B)343.45º25.89%43.92%-
XYZ11.6610.3911.29-
YUV92.58127.11141.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=39.16%
G=29.02%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112839100.260.190.56343.4514.8738.24
Hex70535B01A1338157f26
Octal16012313303223705271746
Binary111000010100111011011011010100111110001010101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70535B; }

 p { color: rgb(112,83,91); }

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

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

 a { background-color: rgb(112,83,91); }

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

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

 span { border-color: rgb(112,83,91); }

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