#717488

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

Shades of Storm Grey #717488

Tints of Storm Grey #717488

Color information

#717488 (or 0x717488) is unknown color: approx Storm Grey. HEX triplet: 71, 74 and 88. RGB value is (113,116,136). Sum of RGB (Red+Green+Blue) = 113+116+136=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #717488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717488 is #8E8B77. Grayscale: #757575. Windows color (decimal): -9341816 or 8942705. OLE color: 8942705.

HSL color Cylindrical-coordinate representation of color #717488: hue angle of 232.17º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #717488 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113116136-
CMYK0.170.1500.47
HSL232.17º9.24%48.82%-
HSV(B)232.17º16.91%53.33%-
XYZ17.517.7825.8-
YUV117.38138.51124.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=30.96%
G=31.78%
B=37.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131161360.170.1500.47232.179.2448.82
Hex71748811F02Fe8931
Octal16116421021170573501161
Binary11100011110100100010001000111110101111111010001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717488; }

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

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

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

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

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

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

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

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