#70858C

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

Shades of Gothic #70858C

Tints of Gothic #70858C

Color information

#70858C (or 0x70858C) is unknown color: approx Gothic. HEX triplet: 70, 85 and 8C. RGB value is (112,133,140). Sum of RGB (Red+Green+Blue) = 112+133+140=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #70858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70858C is #8F7A73. Grayscale: #7F7F7F. Windows color (decimal): -9402996 or 9209200. OLE color: 9209200.

HSL color Cylindrical-coordinate representation of color #70858C: hue angle of 195º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70858C is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112133140-
CMYK0.200.0500.45
HSL195º11.11%49.41%-
HSV(B)195º20%54.9%-
XYZ19.822.1128.04-
YUV127.52135.04116.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=29.09%
G=34.55%
B=36.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121331400.200.0500.4519511.1149.41
Hex70858C14502Dc3b31
Octal1602052142450553031361
Binary11100001000010110001100101001010101101110000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70858C; }

 p { color: rgb(112,133,140); }

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

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

 a { background-color: rgb(112,133,140); }

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

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

 span { border-color: rgb(112,133,140); }

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