#708586

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

Shades of Gothic #708586

Tints of Gothic #708586

Color information

#708586 (or 0x708586) is unknown color: approx Gothic. HEX triplet: 70, 85 and 86. RGB value is (112,133,134). Sum of RGB (Red+Green+Blue) = 112+133+134=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 134 - color contains mainly: blue. Hex color #708586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708586 is #8F7A79. Grayscale: #7E7E7E. Windows color (decimal): -9403002 or 8815984. OLE color: 8815984.

HSL color Cylindrical-coordinate representation of color #708586: hue angle of 182.73º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708586 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB112133134-
CMYK0.160.0100.47
HSL182.73º8.94%48.24%-
HSV(B)182.73º16.42%52.55%-
XYZ19.3721.9425.77-
YUV126.84132.04117.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 134 (52.73% from 255) = 35.36%
R=29.55%
G=35.09%
B=35.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121331340.160.0100.47182.738.9448.24
Hex70858610102Fb7930
Octal1602052062010572671160
Binary111000010000101100001101000010101111101101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708586; }

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

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

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

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

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

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

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

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