#848588

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

Shades of Storm Grey #848588

Tints of Storm Grey #848588

Color information

#848588 (or 0x848588) is unknown color: approx Storm Grey. HEX triplet: 84, 85 and 88. RGB value is (132,133,136). Sum of RGB (Red+Green+Blue) = 132+133+136=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 136 - color contains mainly: blue. Hex color #848588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848588 is #7B7A77. Grayscale: #858585. Windows color (decimal): -8092280 or 8947076. OLE color: 8947076.

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

Color convert

RGB132133136-
CMYK0.030.0200.47
HSL225º1.65%52.55%-
HSV(B)225º2.94%53.33%-
XYZ22.3523.4626.64-
YUV133.04129.67127.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=32.92%
G=33.17%
B=33.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321331360.030.0200.472251.6552.55
Hex8485883202Fe1235
Octal20420521032057341265
Binary100001001000010110001000111001011111110000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848588; }

 p { color: rgb(132,133,136); }

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

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

 a { background-color: rgb(132,133,136); }

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

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

 span { border-color: rgb(132,133,136); }

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