Html Css Color HEX #808285 Storm Grey

📋 copy color: '#808285'

red 128 ◦ green 130 ◦ blue 133

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

Shades of Storm Grey #808285

Tints of Storm Grey #808285

RGB

 RED value IS 128 (50.39% from 255) = 32.74%

 GREEN value IS 130 (51.17% from 255) = 33.25%

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

R = 32.74%
G = 33.25%
B = 34.02%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#808285 (or 0x808285) is known color: Storm Grey. HEX triplet: 80, 82 and 85. RGB value is (128,130,133). Sum of RGB (Red+Green+Blue) = 128+130+133=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 133 - color contains mainly: blue. Hex color #808285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808285 is #7F7D7A. Grayscale: #818181. Windows color (decimal): -8355195 or 8749696. OLE color: 8749696.

HSL color Cylindrical-coordinate representation of color #808285: hue angle of 216º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #808285 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 130 133 -
CMYK 0.04 0.02 0 0.48
HSL 216º 0.02% 0.51% -
HSV(B) 216º 0.04% 0.52% -
XYZ 21.12 22.25 25.37 -
YUV 129.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 128 130 133 0.04 0.02 0 0.48 216 0.02 0.51
Hex 80 82 85 4 2 0 30 D8 2 33
Octal 200 202 205 4 2 0 60 330 2 63
Binary 10000000 10000010 10000101 100 10 0 110000 11011000 10 110011

Color Harmonies of #808285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808285

Black with #808285

Text Example


Text Example

White with #808285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808285; }

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

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

background-color css

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

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

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

border-color css

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

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

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