#717596

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

Shades of Storm Grey #717596

Tints of Storm Grey #717596

Color information

#717596 (or 0x717596) is unknown color: approx Storm Grey. HEX triplet: 71, 75 and 96. RGB value is (113,117,150). Sum of RGB (Red+Green+Blue) = 113+117+150=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: blue. Hex color #717596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717596 is #8E8A69. Grayscale: #777777. Windows color (decimal): -9341546 or 9860465. OLE color: 9860465.

HSL color Cylindrical-coordinate representation of color #717596: hue angle of 233.51º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717596 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB113117150-
CMYK0.250.2200.41
HSL233.51º14.98%51.57%-
HSV(B)233.51º24.67%58.82%-
XYZ18.6818.4431.43-
YUV119.57145.17123.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 150 (58.98% from 255) = 39.47%
R=29.74%
G=30.79%
B=39.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131171500.250.2200.41233.5114.9851.57
Hex7175961916029eaf34
Octal16116522631260513521764
Binary111000111101011001011011001101100101001111010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717596; }

 p { color: rgb(113,117,150); }

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

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

 a { background-color: rgb(113,117,150); }

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

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

 span { border-color: rgb(113,117,150); }

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