#717485

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

Shades of Storm Grey #717485

Tints of Storm Grey #717485

Color information

#717485 (or 0x717485) is unknown color: approx Storm Grey. HEX triplet: 71, 74 and 85. RGB value is (113,116,133). Sum of RGB (Red+Green+Blue) = 113+116+133=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #717485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717485 is #8E8B7A. Grayscale: #747474. Windows color (decimal): -9341819 or 8746097. OLE color: 8746097.

HSL color Cylindrical-coordinate representation of color #717485: hue angle of 231º 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 #717485 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB113116133-
CMYK0.150.1300.48
HSL231º8.13%48.24%-
HSV(B)231º15.04%52.16%-
XYZ17.2917.6924.69-
YUV117.04137.01125.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 116 (45.70% from 255) = 32.04%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=31.22%
G=32.04%
B=36.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131161330.150.1300.482318.1348.24
Hex717485FD030e7830
Octal16116420517150603471060
Binary1110001111010010000101111111010110000111001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717485; }

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

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

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

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

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

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

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

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