#818288

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

Shades of Storm Grey #818288

Tints of Storm Grey #818288

Color information

#818288 (or 0x818288) is unknown color: approx Storm Grey. HEX triplet: 81, 82 and 88. RGB value is (129,130,136). Sum of RGB (Red+Green+Blue) = 129+130+136=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 136 - color contains mainly: blue. Hex color #818288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818288 is #7E7D77. Grayscale: #828282. Windows color (decimal): -8289656 or 8946305. OLE color: 8946305.

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

Color convert

RGB129130136-
CMYK0.050.0400.47
HSL231.43º2.86%51.96%-
HSV(B)231.43º5.15%53.33%-
XYZ21.4822.4126.49-
YUV130.38131.17127.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=32.66%
G=32.91%
B=34.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291301360.050.0400.47231.432.8651.96
Hex8182885402Fe7334
Octal20120221054057347364
Binary10000001100000101000100010110001011111110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818288; }

 p { color: rgb(129,130,136); }

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

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

 a { background-color: rgb(129,130,136); }

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

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

 span { border-color: rgb(129,130,136); }

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