#718588

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

Shades of Gothic #718588

Tints of Gothic #718588

Color information

#718588 (or 0x718588) is unknown color: approx Gothic. HEX triplet: 71, 85 and 88. RGB value is (113,133,136). Sum of RGB (Red+Green+Blue) = 113+133+136=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 136 - color contains mainly: blue. Hex color #718588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718588 is #8E7A77. Grayscale: #7F7F7F. Windows color (decimal): -9337464 or 8947057. OLE color: 8947057.

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

Color convert

RGB113133136-
CMYK0.170.0200.47
HSL187.83º9.24%48.82%-
HSV(B)187.83º16.91%53.33%-
XYZ19.6422.0626.52-
YUV127.36132.87117.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 136 (53.52% from 255) = 35.60%
R=29.58%
G=34.82%
B=35.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131331360.170.0200.47187.839.2448.82
Hex71858811202Fbc931
Octal1612052102120572741161
Binary1110001100001011000100010001100101111101111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718588; }

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

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

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

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

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

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

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

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