#70858B

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

Shades of Gothic #70858B

Tints of Gothic #70858B

Color information

#70858B (or 0x70858B) is unknown color: approx Gothic. HEX triplet: 70, 85 and 8B. RGB value is (112,133,139). Sum of RGB (Red+Green+Blue) = 112+133+139=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #70858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70858B is #8F7A74. Grayscale: #7F7F7F. Windows color (decimal): -9402997 or 9143664. OLE color: 9143664.

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

Color convert

RGB112133139-
CMYK0.190.0400.45
HSL193.33º10.76%49.22%-
HSV(B)193.33º19.42%54.51%-
XYZ19.7322.0827.65-
YUV127.4134.54117.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=29.17%
G=34.64%
B=36.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121331390.190.0400.45193.3310.7649.22
Hex70858B13402Dc1b31
Octal1602052132340553011361
Binary11100001000010110001011100111000101101110000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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