#737585

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

Shades of Storm Grey #737585

Tints of Storm Grey #737585

Color information

#737585 (or 0x737585) is unknown color: approx Storm Grey. HEX triplet: 73, 75 and 85. RGB value is (115,117,133). Sum of RGB (Red+Green+Blue) = 115+117+133=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #737585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737585 is #8C8A7A. Grayscale: #767676. Windows color (decimal): -9210491 or 8746355. OLE color: 8746355.

HSL color Cylindrical-coordinate representation of color #737585: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737585 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115117133-
CMYK0.140.1200.48
HSL233.33º7.26%48.63%-
HSV(B)233.33º13.53%52.16%-
XYZ17.6718.0624.75-
YUV118.23136.34125.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.51%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=31.51%
G=32.05%
B=36.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151171330.140.1200.48233.337.2648.63
Hex737585EC030e9731
Octal1631652051614060351761
Binary111001111101011000010111101100011000011101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737585; }

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

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

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

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

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

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

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

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