#626053

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

Shades of Storm Dust #626053

Tints of Storm Dust #626053

Color information

#626053 (or 0x626053) is unknown color: approx Storm Dust. HEX triplet: 62, 60 and 53. RGB value is (98,96,83). Sum of RGB (Red+Green+Blue) = 98+96+83=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 98 - color contains mainly: red. Hex color #626053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626053 is #9D9FAC. Grayscale: #5F5F5F. Windows color (decimal): -10330029 or 5464162. OLE color: 5464162.

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

Color convert

RGB989683-
CMYK00.020.150.62
HSL52º8.29%35.49%-
HSV(B)52º15.31%38.43%-
XYZ10.7811.599.85-
YUV95.12121.16130.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.38%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 83 (32.81% from 255) = 29.96%
R=35.38%
G=34.66%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98968300.020.150.62528.2935.49
Hex62605302F3E34823
Octal142140123021776641043
Binary11000101100000101001101011111111101101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626053; }

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

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

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

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

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

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

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

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