#718486

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

Shades of Gothic #718486

Tints of Gothic #718486

Color information

#718486 (or 0x718486) is unknown color: approx Gothic. HEX triplet: 71, 84 and 86. RGB value is (113,132,134). Sum of RGB (Red+Green+Blue) = 113+132+134=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 132 (51.95% from 255 or 34.83% 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 #718486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718486 is #8E7B79. Grayscale: #7E7E7E. Windows color (decimal): -9337722 or 8815729. OLE color: 8815729.

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

Color convert

RGB113132134-
CMYK0.160.0100.47
HSL185.71º8.5%48.43%-
HSV(B)185.71º15.67%52.55%-
XYZ19.3621.7325.73-
YUV126.55132.21118.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 134 (52.73% from 255) = 35.36%
R=29.82%
G=34.83%
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
Decimal1131321340.160.0100.47185.718.548.43
Hex71848610102Fba930
Octal1612042062010572721160
Binary111000110000100100001101000010101111101110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718486; }

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

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

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

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

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

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

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

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