#626258

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

Shades of Storm Dust #626258

Tints of Storm Dust #626258

Color information

#626258 (or 0x626258) is unknown color: approx Storm Dust. HEX triplet: 62, 62 and 58. RGB value is (98,98,88). Sum of RGB (Red+Green+Blue) = 98+98+88=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626258 is #9D9DA7. Grayscale: #606060. Windows color (decimal): -10329512 or 5792354. OLE color: 5792354.

HSL color Cylindrical-coordinate representation of color #626258: hue angle of 60º 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 #626258 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB989888-
CMYK000.100.62
HSL60º5.38%36.47%-
HSV(B)60º10.2%38.43%-
XYZ11.1712.0410.97-
YUV96.86123128.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=34.51%
G=34.51%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989888000.100.62605.3836.47
Hex62625800A3E3c524
Octal14214213000127674544
Binary110001011000101011000001010111110111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626258; }

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

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

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

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

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

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

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

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