#626052

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

Shades of Storm Dust #626052

Tints of Storm Dust #626052

Color information

#626052 (or 0x626052) is unknown color: approx Storm Dust. HEX triplet: 62, 60 and 52. RGB value is (98,96,82). Sum of RGB (Red+Green+Blue) = 98+96+82=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 98 - color contains mainly: red. Hex color #626052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626052 is #9D9FAD. Grayscale: #5F5F5F. Windows color (decimal): -10330030 or 5398626. OLE color: 5398626.

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

Color convert

RGB989682-
CMYK00.020.160.62
HSL52.5º8.89%35.29%-
HSV(B)52.5º16.33%38.43%-
XYZ10.7411.579.65-
YUV95120.66130.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 82 (32.42% from 255) = 29.71%
R=35.51%
G=34.78%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98968200.020.160.6252.58.8935.29
Hex62605202103E34923
Octal142140122022076641143
Binary110001011000001010010010100001111101101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626052; }

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

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

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

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

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

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

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

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