#718691

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

Shades of Regent Grey #718691

Tints of Regent Grey #718691

Color information

#718691 (or 0x718691) is unknown color: approx Regent Grey. HEX triplet: 71, 86 and 91. RGB value is (113,134,145). Sum of RGB (Red+Green+Blue) = 113+134+145=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 145 - color contains mainly: blue. Hex color #718691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718691 is #8E796E. Grayscale: #808080. Windows color (decimal): -9337199 or 9537137. OLE color: 9537137.

HSL color Cylindrical-coordinate representation of color #718691: hue angle of 200.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718691 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB113134145-
CMYK0.220.0800.43
HSL200.62º12.7%50.59%-
HSV(B)200.62º22.07%56.86%-
XYZ20.4522.6130.07-
YUV128.98137.04116.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 145 (57.03% from 255) = 36.99%
R=28.83%
G=34.18%
B=36.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131341450.220.0800.43200.6212.750.59
Hex71869116802Bc9d33
Octal16120622126100533111563
Binary111000110000110100100011011010000101011110010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718691; }

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

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

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

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

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

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

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

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