#718586

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

Shades of Gothic #718586

Tints of Gothic #718586

Color information

#718586 (or 0x718586) is unknown color: approx Gothic. HEX triplet: 71, 85 and 86. RGB value is (113,133,134). Sum of RGB (Red+Green+Blue) = 113+133+134=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 134 - color contains mainly: blue. Hex color #718586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718586 is #8E7A79. Grayscale: #7F7F7F. Windows color (decimal): -9337466 or 8815985. OLE color: 8815985.

HSL color Cylindrical-coordinate representation of color #718586: hue angle of 182.86º 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 #718586 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113133134-
CMYK0.160.0100.47
HSL182.86º8.5%48.43%-
HSV(B)182.86º15.67%52.55%-
XYZ19.522.0125.77-
YUV127.13131.87117.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=29.74%
G=35%
B=35.26%

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
Decimal1131331340.160.0100.47182.868.548.43
Hex71858610102Fb7930
Octal1612052062010572671160
Binary111000110000101100001101000010101111101101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718586; }

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

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

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

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

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

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

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

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