#70565E

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

Shades of Cosmic #70565E

Tints of Cosmic #70565E

Color information

#70565E (or 0x70565E) is unknown color: approx Cosmic. HEX triplet: 70, 56 and 5E. RGB value is (112,86,94). Sum of RGB (Red+Green+Blue) = 112+86+94=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70565E is #8FA9A1. Grayscale: #5E5E5E. Windows color (decimal): -9415074 or 6182512. OLE color: 6182512.

HSL color Cylindrical-coordinate representation of color #70565E: hue angle of 341.54º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70565E is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1128694-
CMYK00.230.160.56
HSL341.54º13.13%38.82%-
HSV(B)341.54º23.21%43.92%-
XYZ12.0310.9112.06-
YUV94.69127.61140.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=38.36%
G=29.45%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112869400.230.160.56341.5413.1338.82
Hex70565E0171038156d27
Octal16012613602720705261547
Binary111000010101101011110010111100001110001010101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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