Html Css Color HEX #5D625E Mineral Green

📋 copy color: '#5D625E'

red 93 ◦ green 98 ◦ blue 94

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

Shades of Mineral Green #5D625E

Tints of Mineral Green #5D625E

RGB

 RED value IS 93 (36.72% from 255) = 32.63%

 GREEN value IS 98 (38.67% from 255) = 34.39%

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 32.63%
G = 34.39%
B = 32.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#5D625E (or 0x5D625E) is known color: Mineral Green. HEX triplet: 5D, 62 and 5E. RGB value is (93,98,94). Sum of RGB (Red+Green+Blue) = 93+98+94=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 98 - color contains mainly: green. Hex color #5D625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D625E is #A29DA1. Grayscale: #606060. Windows color (decimal): -10657186 or 6185565. OLE color: 6185565.

HSL color Cylindrical-coordinate representation of color #5D625E: hue angle of 132º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5D625E is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 98 94 -
CMYK 0.05 0 0.04 0.62
HSL 132º 0.03% 0.37% -
HSV(B) 132º 0.05% 0.38% -
XYZ 10.9 11.87 12.31 -
YUV 96.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 93 98 94 0.05 0 0.04 0.62 132 0.03 0.37
Hex 5D 62 5E 5 0 4 3E 84 3 25
Octal 135 142 136 5 0 4 76 204 3 45
Binary 1011101 1100010 1011110 101 0 100 111110 10000100 11 100101

Color Harmonies of #5D625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D625E

Black with #5D625E

Text Example


Text Example

White with #5D625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D625E; }

 p { color: rgb(93,98,94); }

 H1.HeaderClassName
 {
   color: #5D625E;
 }
 .AnyTagClassName
 {
   color: #5D625E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #5D625E;
 }
 .BgClassName
 {
   background-color: #5D625E;
 }
</style>

border-color css

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

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

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