Html Css Color HEX #717585 Storm Grey

📋 copy color: '#717585'

red 113 ◦ green 117 ◦ blue 133

#717585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #717585

Tints of Storm Grey #717585

RGB

 RED value IS 113 (44.53% from 255) = 31.13%

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 31.13%
G = 32.23%
B = 36.64%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717585 (or 0x717585) is known color: Storm Grey. HEX triplet: 71, 75 and 85. RGB value is (113,117,133). Sum of RGB (Red+Green+Blue) = 113+117+133=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #717585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717585 is #8E8A7A. Grayscale: #757575. Windows color (decimal): -9341563 or 8746353. OLE color: 8746353.

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

Color convert

RGB 113 117 133 -
CMYK 0.15 0.12 0 0.48
HSL 228º 0.08% 0.48% -
HSV(B) 228º 0.15% 0.52% -
XYZ 17.4 17.93 24.73 -
YUV 117.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 113 117 133 0.15 0.12 0 0.48 228 0.08 0.48
Hex 71 75 85 F C 0 30 E4 8 30
Octal 161 165 205 17 14 0 60 344 10 60
Binary 1110001 1110101 10000101 1111 1100 0 110000 11100100 1000 110000

Color Harmonies of #717585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717585

Black with #717585

Text Example


Text Example

White with #717585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717585; }

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

 H1.HeaderClassName
 {
   color: #717585;
 }
 .AnyTagClassName
 {
   color: #717585;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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