Html Css Color HEX #626052 Storm Dust

📋 copy color: '#626052'

red 98 ◦ green 96 ◦ blue 82

#626052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Dust #626052

Tints of Storm Dust #626052

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 value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#626052 (or 0x626052) is known color: 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

RGB 98 96 82 -
CMYK 0 0.02 0.16 0.62
HSL 52.5º 0.09% 0.35% -
HSV(B) 52.5º 0.16% 0.38% -
XYZ 10.74 11.57 9.65 -
YUV 95 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 98 96 82 0 0.02 0.16 0.62 52.5 0.09 0.35
Hex 62 60 52 0 2 10 3E 34 9 23
Octal 142 140 122 0 2 20 76 64 11 43
Binary 1100010 1100000 1010010 0 10 10000 111110 110100 1001 100011

Color Harmonies of #626052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626052

Black with #626052

Text Example


Text Example

White with #626052

Text Example


Text Example

HTML Codes & Css Web 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>