Html Css Color HEX #5A625C Mineral Green

📋 copy color: '#5A625C'

red 90 ◦ green 98 ◦ blue 92

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

Shades of Mineral Green #5A625C

Tints of Mineral Green #5A625C

RGB

 RED value IS 90 (35.55% from 255) = 32.14%

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

 BLUE value IS 92 (36.33% from 255) = 32.86%

R = 32.14%
G = 35%
B = 32.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#5A625C (or 0x5A625C) is known color: Mineral Green. HEX triplet: 5A, 62 and 5C. RGB value is (90,98,92). Sum of RGB (Red+Green+Blue) = 90+98+92=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 98 - color contains mainly: green. Hex color #5A625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A625C is #A59DA3. Grayscale: #5E5E5E. Windows color (decimal): -10853796 or 6054490. OLE color: 6054490.

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

Color convert

RGB 90 98 92 -
CMYK 0.08 0 0.06 0.62
HSL 135º 0.04% 0.37% -
HSV(B) 135º 0.08% 0.38% -
XYZ 10.52 11.68 11.83 -
YUV 94.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 90 98 92 0.08 0 0.06 0.62 135 0.04 0.37
Hex 5A 62 5C 8 0 6 3E 87 4 25
Octal 132 142 134 10 0 6 76 207 4 45
Binary 1011010 1100010 1011100 1000 0 110 111110 10000111 100 100101

Color Harmonies of #5A625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A625C

Black with #5A625C

Text Example


Text Example

White with #5A625C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,98,92); }

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

background-color css

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

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

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

border-color css

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

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

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