Html Css Color HEX #5B635E Mineral Green

📋 copy color: '#5B635E'

red 91 ◦ green 99 ◦ blue 94

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

Shades of Mineral Green #5B635E

Tints of Mineral Green #5B635E

RGB

 RED value IS 91 (35.94% from 255) = 32.04%

 GREEN value IS 99 (39.06% from 255) = 34.86%

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

R = 32.04%
G = 34.86%
B = 33.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#5B635E (or 0x5B635E) is known color: Mineral Green. HEX triplet: 5B, 63 and 5E. RGB value is (91,99,94). Sum of RGB (Red+Green+Blue) = 91+99+94=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 99 - color contains mainly: green. Hex color #5B635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B635E is #A49CA1. Grayscale: #606060. Windows color (decimal): -10788002 or 6185819. OLE color: 6185819.

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

Color convert

RGB 91 99 94 -
CMYK 0.08 0 0.05 0.61
HSL 142.5º 0.04% 0.37% -
HSV(B) 142.5º 0.08% 0.39% -
XYZ 10.8 11.96 12.33 -
YUV 96.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 91 99 94 0.08 0 0.05 0.61 142.5 0.04 0.37
Hex 5B 63 5E 8 0 5 3D 8E 4 25
Octal 133 143 136 10 0 5 75 216 4 45
Binary 1011011 1100011 1011110 1000 0 101 111101 10001110 100 100101

Color Harmonies of #5B635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B635E

Black with #5B635E

Text Example


Text Example

White with #5B635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,99,94); }

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

background-color css

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

 a { background-color: rgb(91,99,94); }

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

border-color css

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

 span { border-color: rgb(91,99,94); }

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