#82858B

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

Shades of Storm Grey #82858B

Tints of Storm Grey #82858B

Color information

#82858B (or 0x82858B) is unknown color: approx Storm Grey. HEX triplet: 82, 85 and 8B. RGB value is (130,133,139). Sum of RGB (Red+Green+Blue) = 130+133+139=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 139 - color contains mainly: blue. Hex color #82858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82858B is #7D7A74. Grayscale: #848484. Windows color (decimal): -8223349 or 9143682. OLE color: 9143682.

HSL color Cylindrical-coordinate representation of color #82858B: hue angle of 220º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #82858B is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB130133139-
CMYK0.060.0400.45
HSL220º3.73%52.75%-
HSV(B)220º6.47%54.51%-
XYZ22.2523.3827.77-
YUV132.79131.51126.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=32.34%
G=33.08%
B=34.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301331390.060.0400.452203.7352.75
Hex82858B6402Ddc435
Octal20220521364055334465
Binary100000101000010110001011110100010110111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82858B; }

 p { color: rgb(130,133,139); }

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

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

 a { background-color: rgb(130,133,139); }

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

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

 span { border-color: rgb(130,133,139); }

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