Html Css Color HEX #82858B Storm Grey

📋 copy color: '#82858B'

red 130 ◦ green 133 ◦ blue 139

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

Shades of Storm Grey #82858B

Tints of Storm Grey #82858B

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 value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82858B (or 0x82858B) is known color: 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

RGB 130 133 139 -
CMYK 0.06 0.04 0 0.45
HSL 220º 0.04% 0.53% -
HSV(B) 220º 0.06% 0.55% -
XYZ 22.25 23.38 27.77 -
YUV 132.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 130 133 139 0.06 0.04 0 0.45 220 0.04 0.53
Hex 82 85 8B 6 4 0 2D DC 4 35
Octal 202 205 213 6 4 0 55 334 4 65
Binary 10000010 10000101 10001011 110 100 0 101101 11011100 100 110101

Color Harmonies of #82858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82858B

Black with #82858B

Text Example


Text Example

White with #82858B

Text Example


Text Example

HTML Codes & Css Web 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>