#626056

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

Shades of Storm Dust #626056

Tints of Storm Dust #626056

Color information

#626056 (or 0x626056) is unknown color: approx Storm Dust. HEX triplet: 62, 60 and 56. RGB value is (98,96,86). Sum of RGB (Red+Green+Blue) = 98+96+86=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 98 - color contains mainly: red. Hex color #626056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626056 is #9D9FA9. Grayscale: #5F5F5F. Windows color (decimal): -10330026 or 5660770. OLE color: 5660770.

HSL color Cylindrical-coordinate representation of color #626056: hue angle of 50º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #626056 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB989686-
CMYK00.020.120.62
HSL50º6.52%36.08%-
HSV(B)50º12.24%38.43%-
XYZ10.911.6310.48-
YUV95.46122.66129.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=35%
G=34.29%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98968600.020.120.62506.5236.08
Hex62605602C3E32724
Octal14214012602147662744
Binary1100010110000010101100101100111110110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626056; }

 p { color: rgb(98,96,86); }

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

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

 a { background-color: rgb(98,96,86); }

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

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

 span { border-color: rgb(98,96,86); }

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