Html Css Color HEX #5B6B5E Mineral Green

📋 copy color: '#5B6B5E'

red 91 ◦ green 107 ◦ blue 94

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

Shades of Mineral Green #5B6B5E

Tints of Mineral Green #5B6B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.64%

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

R = 31.16%
G = 36.64%
B = 32.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#5B6B5E (or 0x5B6B5E) is known color: Mineral Green. HEX triplet: 5B, 6B and 5E. RGB value is (91,107,94). Sum of RGB (Red+Green+Blue) = 91+107+94=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6B5E is #A494A1. Grayscale: #646464. Windows color (decimal): -10785954 or 6187867. OLE color: 6187867.

HSL color Cylindrical-coordinate representation of color #5B6B5E: hue angle of 131.25º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B6B5E is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 91 107 94 -
CMYK 0.15 0 0.12 0.58
HSL 131.25º 0.08% 0.39% -
HSV(B) 131.25º 0.15% 0.42% -
XYZ 11.59 13.55 12.59 -
YUV 100.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 91 107 94 0.15 0 0.12 0.58 131.25 0.08 0.39
Hex 5B 6B 5E F 0 C 3A 83 8 27
Octal 133 153 136 17 0 14 72 203 10 47
Binary 1011011 1101011 1011110 1111 0 1100 111010 10000011 1000 100111

Color Harmonies of #5B6B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6B5E

Black with #5B6B5E

Text Example


Text Example

White with #5B6B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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