#626058

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

Shades of Storm Dust #626058

Tints of Storm Dust #626058

Color information

#626058 (or 0x626058) is unknown color: approx Storm Dust. HEX triplet: 62, 60 and 58. RGB value is (98,96,88). Sum of RGB (Red+Green+Blue) = 98+96+88=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 98 - color contains mainly: red. Hex color #626058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626058 is #9D9FA7. Grayscale: #5F5F5F. Windows color (decimal): -10330024 or 5791842. OLE color: 5791842.

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

Color convert

RGB989688-
CMYK00.020.100.62
HSL48º5.38%36.47%-
HSV(B)48º10.2%38.43%-
XYZ10.9811.6710.91-
YUV95.69123.66129.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=34.75%
G=34.04%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98968800.020.100.62485.3836.47
Hex62605802A3E30524
Octal14214013002127660544
Binary1100010110000010110000101010111110110000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626058; }

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

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

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

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

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

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

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

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