#718690

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

Shades of Regent Grey #718690

Tints of Regent Grey #718690

Color information

#718690 (or 0x718690) is unknown color: approx Regent Grey. HEX triplet: 71, 86 and 90. RGB value is (113,134,144). Sum of RGB (Red+Green+Blue) = 113+134+144=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #718690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718690 is #8E796F. Grayscale: #808080. Windows color (decimal): -9337200 or 9471601. OLE color: 9471601.

HSL color Cylindrical-coordinate representation of color #718690: hue angle of 199.35º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718690 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB113134144-
CMYK0.220.0700.44
HSL199.35º12.25%50.39%-
HSV(B)199.35º21.53%56.47%-
XYZ20.3722.5729.67-
YUV128.86136.54116.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 144 (56.64% from 255) = 36.83%
R=28.90%
G=34.27%
B=36.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131341440.220.0700.44199.3512.2550.39
Hex71869016702Cc7c32
Octal1612062202670543071462
Binary11100011000011010010000101101110101100110001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718690; }

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

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

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

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

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

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

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

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