#718285

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

Shades of Regent Grey #718285

Tints of Regent Grey #718285

Color information

#718285 (or 0x718285) is unknown color: approx Regent Grey. HEX triplet: 71, 82 and 85. RGB value is (113,130,133). Sum of RGB (Red+Green+Blue) = 113+130+133=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 133 - color contains mainly: blue. Hex color #718285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718285 is #8E7D7A. Grayscale: #7D7D7D. Windows color (decimal): -9338235 or 8749681. OLE color: 8749681.

HSL color Cylindrical-coordinate representation of color #718285: hue angle of 189º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #718285 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB113130133-
CMYK0.150.0200.48
HSL189º8.13%48.24%-
HSV(B)189º15.04%52.16%-
XYZ19.0321.1725.27-
YUV125.26132.37119.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 130 (51.17% from 255) = 34.57%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=30.05%
G=34.57%
B=35.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131301330.150.0200.481898.1348.24
Hex718285F2030bd830
Octal1612022051720602751060
Binary111000110000010100001011111100110000101111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718285; }

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

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

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

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

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

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

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

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